From 0595209dda8f58e86ed4705e107171bd3e8ffd53 Mon Sep 17 00:00:00 2001 From: Karl Waclawek Date: Fri, 30 Apr 2004 17:28:05 +0000 Subject: [PATCH] Made note about building under Visual Studio .NET. --- expat/win32/README.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/expat/win32/README.txt b/expat/win32/README.txt index d255cfdf..d14c882e 100644 --- a/expat/win32/README.txt +++ b/expat/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: