From: Fred L. Drake, Jr. Date: Fri, 6 Sep 2002 20:32:10 +0000 (+0000) Subject: Add the static libraries to the manifest of installed files for Windows. X-Git-Tag: R_1_95_5~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d467f7ee94df4d5726e83715e6cfea2ce929255e;p=libexpat Add the static libraries to the manifest of installed files for Windows. --- diff --git a/expat/win32/MANIFEST.txt b/expat/win32/MANIFEST.txt index 7e3c59d5..dd2a6244 100644 --- a/expat/win32/MANIFEST.txt +++ b/expat/win32/MANIFEST.txt @@ -13,7 +13,9 @@ directory you specified to the installer. \Doc\ API documentation for developers. - \Libs\ Pre-compiled libraries for developers. + \Libs\ Pre-compiled dynamic libraries for developers. + + \StaticLibs\ Pre-compiled static libraries for developers. \Source\ Source code, which may interest some developers, including a workspace for Microsft Visual C++.