From d796d3c88c3d3044d1c1bf54c320504f4e5886eb Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 29 Jul 2009 17:59:54 +0100 Subject: [PATCH] [mingw-cross-compile.sh] Add a note about MSYS in the comment The comment previously implied that you could only use the script to cross compile but it works just as well under MSYS. --- build/mingw/mingw-cross-compile.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/mingw/mingw-cross-compile.sh b/build/mingw/mingw-cross-compile.sh index aa277b6c5..0f96c0d33 100755 --- a/build/mingw/mingw-cross-compile.sh +++ b/build/mingw/mingw-cross-compile.sh @@ -1,8 +1,9 @@ #!/bin/bash # This script will download and setup a cross compilation environment -# for targetting Win32 from Linux. It will use the GTK binaries from -# Tor Lillqvist. +# for targetting Win32 from Linux. It can also be used to build on +# Windows under the MSYS/MinGW environment. It will use the GTK +# binaries from Tor Lillqvist. TOR_URL="http://ftp.gnome.org/pub/gnome/binaries/win32";