expat/win32 README.txt,1.2,1.3
"Karl Waclawek" <[email protected]> Thu, 23 Oct 2003 17:40:56 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv19723 Modified Files: README.txt Log Message: Corrected docs regarding Win32 builds with MS VC++. Index: README.txt =================================================================== RCS file: /cvsroot/expat/expat/win32/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- README.txt 7 Dec 2002 14:18:50 -0000 1.2 +++ README.txt 24 Oct 2003 00:40:54 -0000 1.3 @@ -23,8 +23,9 @@ Dynamic Linking: - By default the Expat Dlls are built to link with the - multi-threaded run-time Dll. The libraries are named + By default the Expat Dlls are built to link statically + with the multi-threaded run-time library. + The libraries are named - libexpat(w).dll - libexpat(w).lib (import library) The "w" indicates the UTF-16 version of the library. @@ -43,7 +44,7 @@ /ML, /MT and /MD for MS VC++. By default, the expat-static and expatw-static projects are set up - to link dynamically against the multithreaded run-time library, + to link statically against the multithreaded run-time library, so they will build libexpatMT.lib or libexpatwMT.lib files. To build the other versions of the static library,