Diff for /embedaddon/libiconv/README.woe32 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:57:48 version 1.1.1.2, 2012/05/29 09:29:42
Line 1 Line 1
Installation on Woe32 (WinNT/2000/XP/Vista, Win95/98/ME):Installation on Woe32 (WinNT/2000/XP/Vista/7, Win95/98/ME):
   
 Building requires the mingw or cygwin development environment (includes gcc).  Building requires the mingw or cygwin development environment (includes gcc).
 MS Visual C/C++ with "nmake" is no longer supported.  MS Visual C/C++ with "nmake" is no longer supported.
Line 26  and configure commands: Line 26  and configure commands:
    PATH=/usr/local/mingw/bin:$PATH     PATH=/usr/local/mingw/bin:$PATH
    export PATH     export PATH
    ./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" \     CC="gcc-3 -mno-cygwin" \
     CFLAGS="-mno-cygwin -O2 -g" \     CXX="g++-3 -mno-cygwin" \
     CXXFLAGS="-mno-cygwin -O2 -g" \     CPPFLAGS="-Wall -I/usr/local/mingw/include" \
     LDFLAGS="-mno-cygwin -L/usr/local/mingw/lib"     LDFLAGS="-L/usr/local/mingw/lib"
   
 The -mno-cygwin tells the cygwin compiler and linker to build for mingw.  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  The -I and -L option are so that packages previously built for the

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>