Made note about building under Visual Studio .NET.

This commit is contained in:
Karl Waclawek 2004-04-30 17:28:05 +00:00
parent 804897854f
commit 0595209dda

View File

@ -1,6 +1,6 @@
Expat can be built on Windows in three ways: 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: * Cygwin:
This follows the Unix build procedures. 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. Details can be found in the ReadMe file located there.
* MS Visual C++ 6: * MS Visual C++ 6:
Based on workspace (.dsw) and project files (.dsp) Based on the workspace file expat.dsw. The related project
located in the lib subdirectory. 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: * Special note about MS VC++ and runtime libraries: