From: Fred L. Drake, Jr. Date: Thu, 26 Jul 2001 19:50:28 +0000 (+0000) Subject: Add an overview of where everything ends up when installed by the Windows X-Git-Tag: R_1_95_2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfc6d2264f7cc069f7a4679c133020792b7883a7;p=libexpat Add an overview of where everything ends up when installed by the Windows installer. This will be installed at the top of the Windows installation. --- diff --git a/expat/win32/MANIFEST.txt b/expat/win32/MANIFEST.txt new file mode 100644 index 00000000..c8fd0a21 --- /dev/null +++ b/expat/win32/MANIFEST.txt @@ -0,0 +1,21 @@ + Overview of the Expat distribution + +The Expat distribution creates several subdirectories on your system. +Some of these directories contain components of interest to all Expat +users, and some contain material of interest to developers who wish to +use Expat in their applications. + + Directory Contents + ------------------------------------------------------------- + Expat-\ The XML well-formedness checker, + some general information files, + and the uninstaller. + + Expat-\Doc\ API documentation for developers. + + Expat-\Libs\ Pre-compiled libraries for + developers. + + Expat-\Source\ Source code, which may interest some + developers, including a project file + for Microsft Visual C++.