[Expat-checkins] expat/win32 expat.iss,1.14,1.15

Fred L. Drake fdrake at users.sourceforge.net
Sat Jan 25 17:11:31 EST 2003


Update of /cvsroot/expat/expat/win32
In directory sc8-pr-cvs1:/tmp/cvs-serv9960

Modified Files:
	expat.iss 
Log Message:
Add the .DEF files to the Windows installer.

Index: expat.iss
===================================================================
RCS file: /cvsroot/expat/expat/win32/expat.iss,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- expat.iss	25 Jan 2003 16:10:15 -0000	1.14
+++ expat.iss	26 Jan 2003 01:11:29 -0000	1.15
@@ -45,6 +45,7 @@
 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"





More information about the Expat-checkins mailing list