]> Creatis software - gdcm.git/commit
* Modification of setup.py to compile vtk part too. Then, we have 2
authorregrain <regrain>
Thu, 22 May 2003 10:44:30 +0000 (10:44 +0000)
committerregrain <regrain>
Thu, 22 May 2003 10:44:30 +0000 (10:44 +0000)
commit73dbefbe532057ce77d9f338a4dc093cdce89898
treee950ea6b8d616e69fd0f90e5fb13fa9db51d1278
parent694d0863f7bf1bb835a7f133032e035098979979
  * Modification of setup.py to compile vtk part too. Then, we have 2
        wrappers which must work with same distutils. For that, we have a
        generic distutils in distusiltsWrapping.py ; with :
         - build_extWrap class to wrap generically all extensions,
         - ExtensionWrap base class for all wrapping extension that contains
           a wrapper
         - Wrapper interface which wrap sources
        + In WrapSwig.py  we have extension and wrapper for Swig
        + In WrapVTK.py  we have extension and wrapper for VTK
      * MANIFEST.in : modifications to consider vtk directory and new python
        files for compilation
      -- BeNours
ChangeLog
MANIFEST.in
WrapSwig.py [new file with mode: 0644]
WrapVTK.py [new file with mode: 0644]
distutilsSwigCPlusPlus.py [deleted file]
distutilsWrapping.py [new file with mode: 0644]
setup.py