diff options
author | Bruno Haible <bruno@clisp.org> | 2003-04-03 11:48:00 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:20 +0200 |
commit | f93a3b778f2fe0459e58e50712d1a3999c8caf75 (patch) | |
tree | 71a0e34da4ef2d867cff659f44fa94b9908c0f8b | |
parent | 1bfd53bb6654f47644396c46cd3e06e7c974fdb2 (diff) | |
download | external_gettext-f93a3b778f2fe0459e58e50712d1a3999c8caf75.zip external_gettext-f93a3b778f2fe0459e58e50712d1a3999c8caf75.tar.gz external_gettext-f93a3b778f2fe0459e58e50712d1a3999c8caf75.tar.bz2 |
Use PREFIX, not prefix, because only uppercase variables are automatically
passed to subdirectories by nmake.
-rw-r--r-- | README.woe32 | 4 | ||||
-rw-r--r-- | gettext-runtime/README.woe32 | 4 | ||||
-rw-r--r-- | gettext-runtime/intl/README.woe32 | 4 | ||||
-rw-r--r-- | gettext-runtime/libasprintf/README.woe32 | 4 | ||||
-rw-r--r-- | gettext-tools/README.woe32 | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/README.woe32 b/README.woe32 index 7a1a5e1..06dd37e 100644 --- a/README.woe32 +++ b/README.woe32 @@ -28,6 +28,6 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME): - Installation: - nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install prefix=InstallBaseDirectory + nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install PREFIX=InstallBaseDirectory or - nmake -f Makefile.msvc install prefix=InstallBaseDirectory + nmake -f Makefile.msvc install PREFIX=InstallBaseDirectory diff --git a/gettext-runtime/README.woe32 b/gettext-runtime/README.woe32 index 7a1a5e1..06dd37e 100644 --- a/gettext-runtime/README.woe32 +++ b/gettext-runtime/README.woe32 @@ -28,6 +28,6 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME): - Installation: - nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install prefix=InstallBaseDirectory + nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install PREFIX=InstallBaseDirectory or - nmake -f Makefile.msvc install prefix=InstallBaseDirectory + nmake -f Makefile.msvc install PREFIX=InstallBaseDirectory diff --git a/gettext-runtime/intl/README.woe32 b/gettext-runtime/intl/README.woe32 index 80a1083..722cbd2 100644 --- a/gettext-runtime/intl/README.woe32 +++ b/gettext-runtime/intl/README.woe32 @@ -38,6 +38,6 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME): Or: - nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install prefix=InstallBaseDirectory + nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install PREFIX=InstallBaseDirectory or - nmake -f Makefile.msvc install prefix=InstallBaseDirectory + nmake -f Makefile.msvc install PREFIX=InstallBaseDirectory diff --git a/gettext-runtime/libasprintf/README.woe32 b/gettext-runtime/libasprintf/README.woe32 index c8bd6f2..38dd416 100644 --- a/gettext-runtime/libasprintf/README.woe32 +++ b/gettext-runtime/libasprintf/README.woe32 @@ -38,6 +38,6 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME): Or: - nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install prefix=InstallBaseDirectory + nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install PREFIX=InstallBaseDirectory or - nmake -f Makefile.msvc install prefix=InstallBaseDirectory + nmake -f Makefile.msvc install PREFIX=InstallBaseDirectory diff --git a/gettext-tools/README.woe32 b/gettext-tools/README.woe32 index 7a1a5e1..06dd37e 100644 --- a/gettext-tools/README.woe32 +++ b/gettext-tools/README.woe32 @@ -28,6 +28,6 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME): - Installation: - nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install prefix=InstallBaseDirectory + nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install PREFIX=InstallBaseDirectory or - nmake -f Makefile.msvc install prefix=InstallBaseDirectory + nmake -f Makefile.msvc install PREFIX=InstallBaseDirectory |