From 17f2fdec545e3da3894a783fd7ea5fb1bc8e2fb6 Mon Sep 17 00:00:00 2001 From: fdrake Date: Thu, 26 Jul 2001 19:50:28 +0000 Subject: 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. --- win32/MANIFEST.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 win32/MANIFEST.txt (limited to 'win32') diff --git a/win32/MANIFEST.txt b/win32/MANIFEST.txt new file mode 100644 index 0000000..c8fd0a2 --- /dev/null +++ b/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++. -- cgit v1.2.1