]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Modernize README.woe32.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Mar 2010 01:33:47 +0000 (03:33 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 31 Mar 2010 01:33:47 +0000 (03:33 +0200)
ChangeLog
README.woe32

index 49284b11f7b67e266423fdb3297cec41907fc115..99479b2da5054c4a27f2cc5e733dcd28dc626771 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-30  Bruno Haible  <bruno@clisp.org>
+
+       * README.woe32: Update for Cygwin 1.7.x.
+
 2010-03-28  Bruno Haible  <bruno@clisp.org>
 
        * NEWS: Deprecate the use of AM_GNU_GETTEXT with 'no-libtool' argument
index 6d7ea5f668b6c843ff00dcfdbe3329cec2686926..28430ae84bf4aaa758bcb5dda9037b1e99b5cc11 100644 (file)
@@ -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"