From: Karl Waclawek Date: Fri, 4 May 2007 00:17:18 +0000 (+0000) Subject: Added note about output locations for MS builds. X-Git-Tag: R_2_0_1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32c10a4ee0c3a489c9ca90a83eb719e8255de917;p=libexpat Added note about output locations for MS builds. --- diff --git a/expat/win32/README.txt b/expat/win32/README.txt index 2cad767c..77a94bc7 100644 --- a/expat/win32/README.txt +++ b/expat/win32/README.txt @@ -16,6 +16,11 @@ Expat can be built on Windows in three ways: * MS Visual Studio .NET 2002, 2003, 2005: The VC++ 6 workspace file (expat.dsw) and project files (.dsp) can be opened and imported in VS.NET without problems. + +* All MS C/C++ compilers: + The output for all projects will be generated in the win32\bin + directory, intermediate files will be located in project-specific + subdirectories of win32\tmp. * Creating MinGW dynamic libraries from MS VC++ DLLs: