]> Creatis software - gdcm.git/commitdiff
* Fix bug for the installed files
authorregrain <regrain>
Mon, 12 Dec 2005 15:48:25 +0000 (15:48 +0000)
committerregrain <regrain>
Mon, 12 Dec 2005 15:48:25 +0000 (15:48 +0000)
   -- BeNours

Builder/gdcm.iss.in

index a4087e172d7157de1b2798afc92a62352423f657..8ff046924b06f658c85b96cf181fde04f51c8b76 100644 (file)
@@ -47,7 +47,7 @@ Source: "${INNO_DATA_DIR}\DICOMDIR";                 DestDir: "{app}\data";
 
 ; Python
 Source: "${INNO_BINARY_DIR}\gdcmPython\*.py";        DestDir: "{app}\gdcmPython";              CopyMode: alwaysoverwrite; Components: python
-Source: "${INNO_BINARY_DIR}\gdcmPython\*.pth";       DestDir: "{app}\gdcmPython";              CopyMode: alwaysoverwrite; Components: python
+Source: "${INNO_BINARY_DIR}\gdcmPython\InstallOnly\*.pth";DestDir: "{app}\gdcmPython";              CopyMode: alwaysoverwrite; Components: python
 Source: "${INNO_BINARY_DIR}\gdcmPython\demo\*.py";   DestDir: "{app}\gdcmPython\demo";         CopyMode: alwaysoverwrite; Components: python
 Source: "${INNO_DATA_DIR}\test.acr";                 DestDir: "{app}\gdcmPython\demo";         CopyMode: alwaysoverwrite; Components: python
 Source: "${INNO_DATA_DIR}\DICOMDIR";                 DestDir: "{app}\gdcmPython\demo";         CopyMode: alwaysoverwrite; Components: python
@@ -74,6 +74,5 @@ Source: "${INNO_SOURCE_DIR}\Doc\License.txt";        DestDir: "{app}";
 Source: "${INNO_SOURCE_DIR}\AUTHORS";                DestDir: "{app}";                         CopyMode: alwaysoverwrite; Components: core
 Source: "${INNO_SOURCE_DIR}\DEVELOPPER";             DestDir: "{app}";                         CopyMode: alwaysoverwrite; Components: core
 Source: "${INNO_SOURCE_DIR}\INSTALL";                DestDir: "{app}";                         CopyMode: alwaysoverwrite; Components: core
-Source: "${INNO_SOURCE_DIR}\NEWS";                   DestDir: "{app}";                         CopyMode: alwaysoverwrite; Components: core
 Source: "${INNO_SOURCE_DIR}\README";                 DestDir: "{app}";                         CopyMode: alwaysoverwrite; Components: core