expat/win32 README.txt,1.6,1.7
"Karl Waclawek" <[email protected]> Thu, 03 May 2007 17:17:21 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/win32 In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15626 Modified Files: README.txt Log Message: Added note about output locations for MS builds. Index: README.txt =================================================================== RCS file: /cvsroot/expat/expat/win32/README.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- README.txt 26 Dec 2005 19:36:21 -0000 1.6 +++ README.txt 4 May 2007 00:17:18 -0000 1.7 @@ -16,6 +16,11 @@ * 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: