]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
vcvars32 -> vsvars32.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Aug 2003 19:55:13 +0000 (19:55 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:55 +0000 (12:10 +0200)
Recommend using MFLAGS=-MD everywhere; needed for using libiconv's DLL.
Remove the warning against building gettext-tools with DLLs.

README.woe32
gettext-runtime/README.woe32
gettext-runtime/intl/README.woe32
gettext-runtime/libasprintf/README.woe32
gettext-tools/README.woe32

index 71cba67b46634e30f05a5f6f683f61c70d3b5eba..49f76d24b468c97f35b7608de4f35d4648806098 100644 (file)
@@ -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
index d652990fdc0191296915da467c93e42d74713019..8f19d09abd9323a8ab234cade3bf152ee955a72b 100644 (file)
@@ -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
@@ -28,7 +28,7 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
 
    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
@@ -39,4 +39,4 @@ 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
index 118fe6549e8d3819109d5444c703c12839637968..e4c32887a1dda76375766d162ef6a8dac6783bf1 100644 (file)
@@ -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
@@ -28,7 +28,7 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
 
    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
@@ -49,4 +49,4 @@ 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
index a62ca2044d79508f545fe7ba80de37ca417bf0eb..2ac6cf40e3485307b6fda39f04085671f6d4da3d 100644 (file)
@@ -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
@@ -24,7 +24,7 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
 
    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
@@ -45,4 +45,4 @@ 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
index 390daf156125299510ec91a71893bc4aac00d742..8f19d09abd9323a8ab234cade3bf152ee955a72b 100644 (file)
@@ -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,11 +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!)
 
    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
@@ -40,4 +39,4 @@ 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