]> granicus.if.org Git - libexpat/commitdiff
Add an overview of where everything ends up when installed by the Windows
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 26 Jul 2001 19:50:28 +0000 (19:50 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 26 Jul 2001 19:50:28 +0000 (19:50 +0000)
installer.  This will be installed at the top of the Windows installation.

expat/win32/MANIFEST.txt [new file with mode: 0644]

diff --git a/expat/win32/MANIFEST.txt b/expat/win32/MANIFEST.txt
new file mode 100644 (file)
index 0000000..c8fd0a2
--- /dev/null
@@ -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++.