[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.
This commit is contained in:
Neil Roberts 2009-07-29 17:59:54 +01:00
parent 1e14d3041d
commit d796d3c88c

View File

@ -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";