[Expat-checkins] expat/win32 MANIFEST.txt,1.3,1.4
Fred L. Drake
fdrake@users.sourceforge.net
Fri, 06 Sep 2002 13:32:12 -0700
Update of /cvsroot/expat/expat/win32
In directory usw-pr-cvs1:/tmp/cvs-serv8358
Modified Files:
MANIFEST.txt
Log Message:
Add the static libraries to the manifest of installed files for Windows.
Index: MANIFEST.txt
===================================================================
RCS file: /cvsroot/expat/expat/win32/MANIFEST.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- MANIFEST.txt 12 Jul 2002 05:06:17 -0000 1.3
+++ MANIFEST.txt 6 Sep 2002 20:32:10 -0000 1.4
@@ -13,7 +13,9 @@
<top>\Doc\ API documentation for developers.
- <top>\Libs\ Pre-compiled libraries for developers.
+ <top>\Libs\ Pre-compiled dynamic libraries for developers.
+
+ <top>\StaticLibs\ Pre-compiled static libraries for developers.
<top>\Source\ Source code, which may interest some developers,
including a workspace for Microsft Visual C++.