summaryrefslogtreecommitdiff
path: root/expat/win32
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-08-29 21:20:15 +0200
committerSebastian Pipping <sebastian@pipping.org>2019-08-29 21:20:15 +0200
commit2d1fb08c6175ac6afbdea6fc9b8a19c0dd2c4113 (patch)
treea4db7a382a9a6e6315709e0202390001620be58a /expat/win32
parented04ca06fb4d42ef5df8585b493d93ca8ca77a9d (diff)
downloadlibexpat-git-2d1fb08c6175ac6afbdea6fc9b8a19c0dd2c4113.tar.gz
win32: Get readme back in sync with CMake
Related commit: 84cf2fb213d87c266edb469980e4d4ab4cd86750
Diffstat (limited to 'expat/win32')
-rw-r--r--expat/win32/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/expat/win32/README.txt b/expat/win32/README.txt
index 3d1f79ca..105b5ff6 100644
--- a/expat/win32/README.txt
+++ b/expat/win32/README.txt
@@ -38,15 +38,15 @@ Expat can be built on Windows in two ways:
Dynamic Linking:
- By default the Expat Dlls are built to link statically
+ By default the Expat Dlls are built to link dynamically
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.
- One rarely uses other versions of the Dll, but they can
- be built with -DMSVC_USE_STATIC_CRT=OFF.
+ Versions that are statically linking with the multi-threaded run-time library
+ can be built with -DMSVC_USE_STATIC_CRT=ON.
Static Linking: (through -DBUILD_shared=OFF)