summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-03 11:48:00 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:20 +0200
commitf93a3b778f2fe0459e58e50712d1a3999c8caf75 (patch)
tree71a0e34da4ef2d867cff659f44fa94b9908c0f8b /README.woe32
parent1bfd53bb6654f47644396c46cd3e06e7c974fdb2 (diff)
downloadexternal_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.
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe324
1 files changed, 2 insertions, 2 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