summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-31 03:33:47 +0200
committerBruno Haible <bruno@clisp.org>2010-03-31 03:33:47 +0200
commitc85c2a23582273eaf6767e6a93e76a389a687d4c (patch)
tree72d82cc6bffae59a83883b87bd0e7c0d603bd1ea /README.woe32
parentbe890b19b15b6152ff634814d795072b6da0f886 (diff)
downloadexternal_gettext-c85c2a23582273eaf6767e6a93e76a389a687d4c.zip
external_gettext-c85c2a23582273eaf6767e6a93e76a389a687d4c.tar.gz
external_gettext-c85c2a23582273eaf6767e6a93e76a389a687d4c.tar.bz2
Modernize README.woe32.
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe326
1 files changed, 3 insertions, 3 deletions
diff --git a/README.woe32 b/README.woe32
index 6d7ea5f..28430ae 100644
--- a/README.woe32
+++ b/README.woe32
@@ -1,4 +1,4 @@
-Installation on Woe32 (WinNT/2000/XP/Vista, Win95/98/ME):
+Installation on Woe32 (WinNT/2000/XP/Vista/7, Win95/98/ME):
This file explains how to create binaries for the mingw execution environment.
For how to create binaries for the cygwin environment, please see the normal
@@ -23,8 +23,8 @@ and configure commands:
PATH=/usr/local/mingw/bin:$PATH
export PATH
./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw \
- CC="gcc -mno-cygwin" \
- CXX="g++ -mno-cygwin" \
+ CC="gcc-3 -mno-cygwin" \
+ CXX="g++-3 -mno-cygwin" \
CPPFLAGS="-Wall -I/usr/local/mingw/include" \
LDFLAGS="-L/usr/local/mingw/lib"