[Expat-checkins] expat/win32 expat.iss,1.7,1.8

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu May 30 21:37:01 2002


Update of /cvsroot/expat/expat/win32
In directory usw-pr-cvs1:/tmp/cvs-serv773

Modified Files:
	expat.iss 
Log Message:
Added the test suite and wchar_t versions of the DLL.

Index: expat.iss
===================================================================
RCS file: /cvsroot/expat/expat/win32/expat.iss,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- expat.iss	24 Apr 2002 13:10:09 -0000	1.7
+++ expat.iss	31 May 2002 04:35:57 -0000	1.8
@@ -8,7 +8,7 @@
 AppId=expat
 AppVersion=1.95.3
 AppVerName=expat 1.95.3
-AppCopyright=Copyright © 1998-2001 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
+AppCopyright=Copyright © 1998-2002 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
 DefaultDirName={sd}\Expat-1.95.3
 AppPublisher=The Expat Developers
 AppPublisherURL=http://expat.sourceforge.net/
@@ -35,12 +35,17 @@
 CopyMode: alwaysoverwrite; Source: doc\*.css;           DestDir: "{app}\Doc"
 CopyMode: alwaysoverwrite; Source: lib\Release\*.dll;   DestDir: "{app}\Libs"
 CopyMode: alwaysoverwrite; Source: lib\Release\*.lib;   DestDir: "{app}\Libs"
+CopyMode: alwaysoverwrite; Source: lib\Release-w\*.dll; DestDir: "{app}\Libs"
+CopyMode: alwaysoverwrite; Source: lib\Release-w\*.lib; DestDir: "{app}\Libs"
 CopyMode: alwaysoverwrite; Source: expat.dsw;           DestDir: "{app}\Source"
 CopyMode: alwaysoverwrite; Source: lib\*.c;             DestDir: "{app}\Source\lib"
 CopyMode: alwaysoverwrite; Source: lib\*.h;             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"
+CopyMode: alwaysoverwrite; Source: tests\*.c;           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"
 CopyMode: alwaysoverwrite; Source: xmlwf\*.h;           DestDir: "{app}\Source\xmlwf"
 CopyMode: alwaysoverwrite; Source: xmlwf\*.dsp;         DestDir: "{app}\Source\xmlwf"