summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2004-04-30 17:28:05 +0000
committerkwaclaw <kwaclaw>2004-04-30 17:28:05 +0000
commitbb17f35dceb1562bbc2f63ae625c4e5b38000390 (patch)
tree54f5be228b9c3eb04551f4f9b1d6116964fed278 /win32
parenta61b0bba62bdb8464e669b3b5caa7283dcb131f0 (diff)
downloadlibexpat-bb17f35dceb1562bbc2f63ae625c4e5b38000390.tar.gz
Made note about building under Visual Studio .NET.
Diffstat (limited to 'win32')
-rw-r--r--win32/README.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/win32/README.txt b/win32/README.txt
index bf01dc7..b545171 100644
--- a/win32/README.txt
+++ b/win32/README.txt
@@ -1,6 +1,6 @@
Expat can be built on Windows in three ways:
- using MS Visual C++ 6, Borland C++ Builder 5 or Cygwin.
+ using MS Visual C++ (6.0 or .NET), Borland C++ Builder 5 or Cygwin.
* Cygwin:
This follows the Unix build procedures.
@@ -10,8 +10,12 @@ Expat can be built on Windows in three ways:
Details can be found in the ReadMe file located there.
* MS Visual C++ 6:
- Based on workspace (.dsw) and project files (.dsp)
- located in the lib subdirectory.
+ Based on the workspace file expat.dsw. The related project
+ files (.dsp) are located in the lib subdirectory.
+
+* MS Visual Studio .NET 2002, 2003:
+ The VC++ 6 workspace file (expat.dsw) and project files (.dsp)
+ can be opened and imported in VS.NET without problems.
* Special note about MS VC++ and runtime libraries: