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.
This commit is contained in:
Fred L. Drake, Jr. 2001-07-26 19:50:28 +00:00
parent 2b1678311c
commit cfc6d2264f

21
expat/win32/MANIFEST.txt Normal file
View File

@ -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-<version>\ The XML well-formedness checker,
some general information files,
and the uninstaller.
Expat-<version>\Doc\ API documentation for developers.
Expat-<version>\Libs\ Pre-compiled libraries for
developers.
Expat-<version>\Source\ Source code, which may interest some
developers, including a project file
for Microsft Visual C++.