diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2007-07-23 22:02:28 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2007-07-23 22:02:28 (GMT) |
commit | 990210ce4a29a658d53338fa035ed89447207819 (patch) | |
tree | 22663f296615b3d9b838f7f75e61d280d4567743 /build_mingw_cross_env.sh | |
parent | ef509c15cc5b9f5c08c006c0facdd71b48f189e8 (diff) | |
download | mxe-990210ce4a29a658d53338fa035ed89447207819.zip mxe-990210ce4a29a658d53338fa035ed89447207819.tar.gz mxe-990210ce4a29a658d53338fa035ed89447207819.tar.bz2 |
Release 1.1
Diffstat (limited to 'build_mingw_cross_env.sh')
-rwxr-xr-x | build_mingw_cross_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_mingw_cross_env.sh b/build_mingw_cross_env.sh index 0cad33d..d13ab99 100755 --- a/build_mingw_cross_env.sh +++ b/build_mingw_cross_env.sh @@ -3,7 +3,7 @@ set -ex #--- -# MinGW cross compiling environment (pre-1.1) +# MinGW cross compiling environment (1.1) # ================================= # # http://www.profv.de/mingw_cross_env/ |