Add the .DEF files to the Windows installer.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sun, 26 Jan 2003 01:11:29 +0000 (01:11 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Sun, 26 Jan 2003 01:11:29 +0000 (01:11 +0000)
expat/win32/expat.iss

index 08977012a51ac2d5e84ff34290e9ee4b52d82b5b..1ad7398cc93f2d2def75be474317646dbcb5e285 100644 (file)
@@ -45,6 +45,7 @@ CopyMode: alwaysoverwrite; Source: expat.dsw;                  DestDir: "{app}\S
 CopyMode: alwaysoverwrite; Source: bcb5\*.*;                   DestDir: "{app}\Source\bcb5"
 CopyMode: alwaysoverwrite; Source: lib\*.c;                    DestDir: "{app}\Source\lib"
 CopyMode: alwaysoverwrite; Source: lib\*.h;                    DestDir: "{app}\Source\lib"
+CopyMode: alwaysoverwrite; Source: lib\*.def;                  DestDir: "{app}\Source\lib"
 CopyMode: alwaysoverwrite; Source: lib\*.dsp;                  DestDir: "{app}\Source\lib"
 CopyMode: alwaysoverwrite; Source: examples\*.c;               DestDir: "{app}\Source\examples"
 CopyMode: alwaysoverwrite; Source: examples\*.dsp;             DestDir: "{app}\Source\examples"