# HG changeset patch # User reimar # Date 1294240427 0 # Node ID 956db4f28a62de5103696db7d3924f10b8036624 # Parent cb671a73f3a3af334b58c0082d8d9d3b19974765 Attempt to fix example configure line. diff -r cb671a73f3a3 -r 956db4f28a62 DOCS/tech/mingw-crosscompile.txt --- a/DOCS/tech/mingw-crosscompile.txt Wed Jan 05 15:11:16 2011 +0000 +++ b/DOCS/tech/mingw-crosscompile.txt Wed Jan 05 15:13:47 2011 +0000 @@ -15,8 +15,8 @@ you only need to run the included linux-mingw.sh to configure (it just runs ./configure --host-cc=cc --target=i686-mingw32msvc --cc=i586-mingw32msvc-cc --windres=i586-mingw32msvc-windres --ranlib=i586-mingw32msvc-ranlib ---with-extraincdir="$PWD/osdep/mingw32" ---with-extralibdir="$PWD/osdep/mingw32" +--extra-cflags="-I$PWD/osdep/mingw32" +--extra-ldflags="-L$PWD/osdep/mingw32" --with-freetype-config="$PWD/osdep/mingw32/ftconf") and then run make. You should be able to run the generated binary with Wine, if you want to.