From b0856836d0d673b4f3f1a4bb402ecd554c63a128 Mon Sep 17 00:00:00 2001 From: regrain Date: Tue, 12 Apr 2005 07:33:22 +0000 Subject: [PATCH] * Builder/gdcm.iss.in : Bug fix - missing gdcmConfigure.h -- BeNours --- Builder/gdcm.iss.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Builder/gdcm.iss.in b/Builder/gdcm.iss.in index 7c50b82f..2a36c6d7 100644 --- a/Builder/gdcm.iss.in +++ b/Builder/gdcm.iss.in @@ -39,6 +39,7 @@ Source: "${INNO_BINARY_DIR}\bin\Release\Print*.exe"; DestDir: "{app}\bin"; Source: "${INNO_BINARY_DIR}\bin\Release\*.dll"; DestDir: "{app}\bin"; CopyMode: alwaysoverwrite; Components: core Source: "${INNO_BINARY_DIR}\bin\Release\*.lib"; DestDir: "{app}\lib\gdcm"; CopyMode: alwaysoverwrite; Components: core Source: "${INNO_SOURCE_DIR}\Dicts\*.dic"; DestDir: "{app}\Dicts"; CopyMode: alwaysoverwrite; Components: core +Source: "${INNO_BINARY_DIR}\*.h"; DestDir: "{app}\include\gdcm"; CopyMode: alwaysoverwrite; Components: core Source: "${INNO_SOURCE_DIR}\src\*.h"; DestDir: "{app}\include\gdcm"; CopyMode: alwaysoverwrite; Components: core Source: "${INNO_SOURCE_DIR}\vtk\*.h"; DestDir: "{app}\include\gdcm"; CopyMode: alwaysoverwrite; Components: core Source: "${INNO_DATA_DIR}\test.acr"; DestDir: "{app}\data"; CopyMode: alwaysoverwrite; Components: core -- 2.45.1