]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Recommend to pass CPPFLAGS etc assignments as arguments to configure.
authorBruno Haible <bruno@clisp.org>
Tue, 31 Oct 2006 13:53:05 +0000 (13:53 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:18 +0000 (12:14 +0200)
README.woe32

index 39728c0dd65a56bb32239714582920edd4f3ab0f..0a7595bb4676e5dd133653b26f0bd5cbbeb6b6e1 100644 (file)
@@ -20,11 +20,11 @@ program for cygwin.
 Building for mingw is then achieved through the following configure
 command:
 
-   CPPFLAGS="-mno-cygwin -Wall -I/usr/local/mingw/include" \
-   CFLAGS="-mno-cygwin -O2 -g" \
-   CXXFLAGS="-mno-cygwin -O2 -g" \
-   LDFLAGS="-mno-cygwin -L/usr/local/mingw/lib" \
-   ./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw
+   ./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw \
+     CPPFLAGS="-mno-cygwin -Wall -I/usr/local/mingw/include" \
+     CFLAGS="-mno-cygwin -O2 -g" \
+     CXXFLAGS="-mno-cygwin -O2 -g" \
+     LDFLAGS="-mno-cygwin -L/usr/local/mingw/lib"
 
 The -mno-cygwin tells the cygwin compiler and linker to build for mingw.
 The -I and -L option are so that packages previously built for the