[Expat-checkins] expat/win32 README.txt,1.3,1.4

Karl Waclawek kwaclaw at users.sourceforge.net
Fri Apr 30 13:28:09 EDT 2004


Update of /cvsroot/expat/expat/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28869

Modified Files:
	README.txt 
Log Message:
Made note about building under Visual Studio .NET.

Index: README.txt
===================================================================
RCS file: /cvsroot/expat/expat/win32/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README.txt	24 Oct 2003 00:40:54 -0000	1.3
+++ README.txt	30 Apr 2004 17:28:05 -0000	1.4
@@ -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 @@
   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:
 




More information about the Expat-checkins mailing list