summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-07 10:54:39 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:22 +0200
commitd3cae96c67c0921a53dde65e62bcf428b907b24a (patch)
tree3319358dee79ea593e5da0f5e4320df8d86f3eda /gettext-runtime/README.woe32
parenta6a241829daaae5de38669cf13f9c8027ea524b5 (diff)
downloadexternal_gettext-d3cae96c67c0921a53dde65e62bcf428b907b24a.zip
external_gettext-d3cae96c67c0921a53dde65e62bcf428b907b24a.tar.gz
external_gettext-d3cae96c67c0921a53dde65e62bcf428b907b24a.tar.bz2
Mention the MFLAGS and libiconv.
Diffstat (limited to 'gettext-runtime/README.woe32')
-rw-r--r--gettext-runtime/README.woe329
1 files changed, 9 insertions, 0 deletions
diff --git a/gettext-runtime/README.woe32 b/gettext-runtime/README.woe32
index 06dd37e..d652990 100644
--- a/gettext-runtime/README.woe32
+++ b/gettext-runtime/README.woe32
@@ -13,6 +13,15 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
In a typical MSVC7.0 installation, it can be achieved by running
C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\vcvars32.bat
+ Decide which compilation model you will use:
+ MFLAGS=-ML (the default) Single-threaded, statically linked - libc.lib
+ MFLAGS=-MT Multi-threaded, statically linked - libcmt.lib
+ MFLAGS=-MD Multi-threaded, dynamically linked - msvcrt.lib
+
+ You need GNU libiconv (version 1.9 or newer) installed under c:\usr. If
+ you haven't yet, build and install GNU libiconv (version 1.9 or newer)
+ using the same MFLAGS. Then come back to here, to build GNU gettext.
+
For shared library (DLL):
nmake -f Makefile.msvc DLL=1 MFLAGS=-MD