From bd816ff17583115fd1dc7c07128100d8c3bd1d8b Mon Sep 17 00:00:00 2001 From: Karl Waclawek Date: Fri, 24 Oct 2003 00:40:54 +0000 Subject: [PATCH] Corrected docs regarding Win32 builds with MS VC++. --- expat/win32/README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/expat/win32/README.txt b/expat/win32/README.txt index 2938c864..d255cfdf 100644 --- a/expat/win32/README.txt +++ b/expat/win32/README.txt @@ -23,8 +23,9 @@ Expat can be built on Windows in three ways: 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 @@ Expat can be built on Windows in three ways: /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, -- 2.40.0