[Expat-checkins] expat/win32 expat.iss,1.18,1.19

Fred L. Drake fdrake at users.sourceforge.net
Sat Jan 29 06:00:18 CET 2005


Update of /cvsroot/expat/expat/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28052/win32

Modified Files:
	expat.iss 
Log Message:
include the C++ test harness in the Windows package

Index: expat.iss
===================================================================
RCS file: /cvsroot/expat/expat/win32/expat.iss,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- expat.iss	16 Jul 2004 02:10:57 -0000	1.18
+++ expat.iss	29 Jan 2005 05:00:15 -0000	1.19
@@ -51,6 +51,7 @@
 CopyMode: alwaysoverwrite; Source: examples\*.c;               DestDir: "{app}\Source\examples"
 CopyMode: alwaysoverwrite; Source: examples\*.dsp;             DestDir: "{app}\Source\examples"
 CopyMode: alwaysoverwrite; Source: tests\*.c;                  DestDir: "{app}\Source\tests"
+CopyMode: alwaysoverwrite; Source: tests\*.cpp;                DestDir: "{app}\Source\tests"
 CopyMode: alwaysoverwrite; Source: tests\*.h;                  DestDir: "{app}\Source\tests"
 CopyMode: alwaysoverwrite; Source: tests\README.txt;           DestDir: "{app}\Source\tests"
 CopyMode: alwaysoverwrite; Source: xmlwf\*.c*;                 DestDir: "{app}\Source\xmlwf"



More information about the Expat-checkins mailing list