From fa8db0b65ad007e7b00282e3c4f06599abe25973 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 24 Aug 2003 19:55:13 +0000 Subject: vcvars32 -> vsvars32. Recommend using MFLAGS=-MD everywhere; needed for using libiconv's DLL. Remove the warning against building gettext-tools with DLLs. --- README.woe32 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'README.woe32') 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 -- cgit v1.1