From cfc6d2264f7cc069f7a4679c133020792b7883a7 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 26 Jul 2001 19:50:28 +0000 Subject: [PATCH] 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. --- expat/win32/MANIFEST.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 expat/win32/MANIFEST.txt 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++. -- 2.50.1