summaryrefslogtreecommitdiff
path: root/README.woe32
diff options
context:
space:
mode:
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 07c7260..28430ae 100644
--- a/README.woe32
+++ b/README.woe32
@@ -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,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-3 -mno-cygwin" \
+ CXX="g++-3 -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