summaryrefslogtreecommitdiff
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-09-05 17:42:29 +0200
committerBruno Haible <bruno@clisp.org>2009-09-05 17:42:29 +0200
commitf0da41c71fba8c6b9ff54253917bff3f0b8a9b8e (patch)
treec65007d3f48386a35ee80e1f9d324f225bd278c9 /README.woe32
parent9e279266fe134d21a79b895974103676c2c3108f (diff)
downloadlibunistring-f0da41c71fba8c6b9ff54253917bff3f0b8a9b8e.tar.gz
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