summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-09-05 17:44:30 +0200
committerBruno Haible <bruno@clisp.org>2009-09-05 17:44:30 +0200
commit8a7c926ebec5cf345559e9aa26e63e93f28c2119 (patch)
treee798ceda57b599ac44e4a6915cc58da968a2d910 /README.woe32
parent57428135bf93fae308e2a5aedde121f0efede64f (diff)
downloadexternal_gettext-8a7c926ebec5cf345559e9aa26e63e93f28c2119.zip
external_gettext-8a7c926ebec5cf345559e9aa26e63e93f28c2119.tar.gz
external_gettext-8a7c926ebec5cf345559e9aa26e63e93f28c2119.tar.bz2
Modernize instructions.
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe328
1 files changed, 4 insertions, 4 deletions
diff --git a/README.woe32 b/README.woe32
index 07c7260..6d7ea5f 100644
--- a/README.woe32
+++ b/README.woe32
@@ -23,10 +23,10 @@ and configure commands:
PATH=/usr/local/mingw/bin:$PATH
export PATH
./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"
+ CC="gcc -mno-cygwin" \
+ CXX="g++ -mno-cygwin" \
+ CPPFLAGS="-Wall -I/usr/local/mingw/include" \
+ LDFLAGS="-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