summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-31 13:53:05 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:18 +0200
commit45e3d5f3117eecb3ccd72e3acdeb762c5b95746d (patch)
treeb1207a506b4e593e87eaed182b17c787c67261ef /README.woe32
parent93f012e908818e29a94125315409f3367997a2fd (diff)
downloadexternal_gettext-45e3d5f3117eecb3ccd72e3acdeb762c5b95746d.zip
external_gettext-45e3d5f3117eecb3ccd72e3acdeb762c5b95746d.tar.gz
external_gettext-45e3d5f3117eecb3ccd72e3acdeb762c5b95746d.tar.bz2
Recommend to pass CPPFLAGS etc assignments as arguments to configure.
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe3210
1 files changed, 5 insertions, 5 deletions
diff --git a/README.woe32 b/README.woe32
index 39728c0..0a7595b 100644
--- a/README.woe32
+++ b/README.woe32
@@ -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