From 833783b9045bbb03043f9b3d03aabb55b3211d98 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 25 Jul 2001 16:35:53 +0000 Subject: [PATCH] Update the windows comments to reflect the current status, including the added files in the next version of the expat_win32bin package. --- expat/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/expat/README b/expat/README index 9bcfe49a..bc21ff3b 100644 --- a/expat/README +++ b/expat/README @@ -53,11 +53,12 @@ bash, use this command to build: PATH=/usr/ccs/bin:$PATH make Alternatively, on Win32 systems with Microsoft's Developer's Studio -installed, you can simply double-click on lib/expat.dsw from Windows +installed, you can simply double-click on win32/expat.dsw from Windows Explorer and build and install in the usual way from with DevStudio. Another alternative you may choose to download expat_win32bin which -includes a pre-compiled DLL. +includes a pre-compiled DLL and LIB files for expat, and the xmlwf +application as an EXE file. A reference manual is available in the file doc/reference.html in this distribution.