From 8a7c926ebec5cf345559e9aa26e63e93f28c2119 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 5 Sep 2009 17:44:30 +0200 Subject: Modernize instructions. --- README.woe32 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.woe32') 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 -- cgit v1.1