summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-08-24 19:55:13 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:55 +0200
commitfa8db0b65ad007e7b00282e3c4f06599abe25973 (patch)
tree2c921457d3ccdc12337c77622fff95a937daba97 /README.woe32
parent2ffe3913938041b7ce615f7d50fea9447ca43d12 (diff)
downloadexternal_gettext-fa8db0b65ad007e7b00282e3c4f06599abe25973.zip
external_gettext-fa8db0b65ad007e7b00282e3c4f06599abe25973.tar.gz
external_gettext-fa8db0b65ad007e7b00282e3c4f06599abe25973.tar.bz2
vcvars32 -> vsvars32.
Recommend using MFLAGS=-MD everywhere; needed for using libiconv's DLL. Remove the warning against building gettext-tools with DLLs.
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe3210
1 files changed, 4 insertions, 6 deletions
diff --git a/README.woe32 b/README.woe32
index 71cba67..49f76d2 100644
--- a/README.woe32
+++ b/README.woe32
@@ -11,7 +11,7 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
can be achieved by running
C:\Program Files\Microsoft Visual Studio\VC98\bin\vcvars32.bat
In a typical MSVC7.0 installation, it can be achieved by running
- C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\vcvars32.bat
+ C:\Program Files\Microsoft Visual Studio .NET\Common7\Tools\vsvars32.bat
Decide which compilation model you will use:
MFLAGS=-ML (the default) Single-threaded, statically linked - libc.lib
@@ -25,12 +25,10 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
For shared library (DLL):
nmake -f Makefile.msvc DLL=1 MFLAGS=-MD
- (NOTE: This does not work yet! Only the gettext-runtime subpackage
- can be compiled for DLL; the gettext-tools subpackage cannot!)
For static library:
- nmake -f Makefile.msvc
+ nmake -f Makefile.msvc MFLAGS=-MD
If you want to build both the shared and static library, you have to
unpack the gettext sources twice in different directories. Don't mix
@@ -41,7 +39,7 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install
or
- nmake -f Makefile.msvc install
+ nmake -f Makefile.msvc MFLAGS=-MD install
- Installation:
@@ -49,7 +47,7 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install PREFIX=InstallBaseDirectory
or
- nmake -f Makefile.msvc install PREFIX=InstallBaseDirectory
+ nmake -f Makefile.msvc MFLAGS=-MD install PREFIX=InstallBaseDirectory
By default, the compiled package is installed under c:\usr. You can
specify a different directory by giving the installation base directory