[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:
parent
1e14d3041d
commit
d796d3c88c
@ -1,8 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# This script will download and setup a cross compilation environment
|
# This script will download and setup a cross compilation environment
|
||||||
# for targetting Win32 from Linux. It will use the GTK binaries from
|
# for targetting Win32 from Linux. It can also be used to build on
|
||||||
# Tor Lillqvist.
|
# 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";
|
TOR_URL="http://ftp.gnome.org/pub/gnome/binaries/win32";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user