MinGW cross compiling environment  (1.2)
=================================

http://www.profv.de/mingw_cross_env/

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.

This script is designed to run on any Unix system. It also runs
partly on MSYS. It needs GNU make and GNU sed, so FreeBSD users
need the ports textproc/gsed and devel/gmake.


Usage:  ./build_mingw_cross_env.sh  [ action ]

<no action>
    same as '--download', followed by '--build'.

--new-versions
    retrieve the new version numbers of all packages
    (modifies the script in-place, use with caution!)

--download
    download all packages in download/
    (resumes incomplete downloads)

--build
    build the packages in src/ and usr/, create mingw_cross_env.tar.gz
    (needs a prepared download/ directory
     or a previous '--download' run)

--build-experimental
    build the experimental packages
    (allows fast testing of new additions to the script,
     needs a prepared mingw_cross_env.tar.gz archive
     or a previous '--build' run)

--dist
    build a source distribution package


Copyright
=========

(c)  Volker Grabsch <vog@notjusthosting.com>
     Rocco Rutte <pdmef@gmx.net>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject
to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


List of Packages
================

binutils       2.18.50-20071123
curl           7.17.1
fltk           1.1.7
fontconfig     2.4.2
freetype       2.3.5
gcc            4.2.1-2
gd             2.0.35
gdal           1.4.2
geos           3.0.0rc5
gettext        0.17
giflib         4.1.6
gnutls         1.6.3
jpeg           6b
libdnet        1.11
libgcrypt      1.4.0
libgeotiff     1.2.4
libgpg_error   1.6
libiconv       1.9.2
libmikmod      3.2.0-beta2
libowfat       0.26
libpng         1.2.23
libxml2        2.6.30
libxslt        1.1.22
mingw_runtime  3.13
ogg            1.1.3
pdcurses       33
pdflib_lite    7.0.2
pkg_config     0.22
proj           4.5.0
pthreads       2-8-0
SDL            1.2.11
SDL_image      1.2.6
SDL_mixer      1.2.8
smpeg          0.4.5+cvs20030824
tiff           3.8.2
tre            0.7.5
vorbis         1.2.0
w32api         3.10
winpcap        4_0_2
xmlwrapp       0.5.0
zlib           1.2.3
