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

Fred L. Drake fdrake at users.sourceforge.net
Tue Jan 28 07:27:06 EST 2003


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

Modified Files:
	expat.iss 
Log Message:
Add win32/README.txt to the Source/ directory that gets installed.


Index: expat.iss
===================================================================
RCS file: /cvsroot/expat/expat/win32/expat.iss,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- expat.iss	26 Jan 2003 01:11:29 -0000	1.15
+++ expat.iss	28 Jan 2003 15:26:59 -0000	1.16
@@ -42,6 +42,7 @@
 CopyMode: alwaysoverwrite; Source: lib\Release_static\*.lib;   DestDir: "{app}\StaticLibs"
 CopyMode: alwaysoverwrite; Source: lib\Release-w_static\*.lib; DestDir: "{app}\StaticLibs"
 CopyMode: alwaysoverwrite; Source: expat.dsw;                  DestDir: "{app}\Source"
+CopyMode: alwaysoverwrite; Source: win32\README.txt;           DestDir: "{app}\Source"
 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"





More information about the Expat-checkins mailing list