# HG changeset patch # User Volker Grabsch # Date 1182205421 -7200 # Node ID 6396d40fee2edb1dc0daa096952ca40c5582cbe6 # Parent fbf5d7dbfad48d1c282d2d22f0a65bc176e55723 Release 1.0 diff -r fbf5d7dbfad4 -r 6396d40fee2e build_mingw_cross_env.sh --- a/build_mingw_cross_env.sh Mon Jun 18 22:33:25 2007 +0200 +++ b/build_mingw_cross_env.sh Tue Jun 19 00:23:41 2007 +0200 @@ -5,15 +5,17 @@ #--- # Build a MinGW cross compiling environment # -# Version: -alpha- -# Homepage: http://www.profv.de/mingw_cross_env/ -# File name: build_mingw_cross_env.sh -# Project start: 2007-06-12 +# Version: 1.0 +# Homepage: http://www.profv.de/mingw_cross_env/ +# File name: build_mingw_cross_env.sh # # This script compiles a MinGW cross compiler and cross compiles # many free libraries such as GD and SDL. Thus, it provides you # a nice MinGW cross compiling environment. All necessary source # packages are downloaded automatically. +# +# 2007-06-12 Project start +# 2007-06-19 Release 1.0 #---