cogl/build/mingw
Neil Roberts 94002eaf7c mingw: Try adding a -w64 suffix when searching for a suitable compiler
On 64-bit fedora the 32-bit MinGW compiler is called
i686-w64-mingw32-gcc which wasn't being picked up by the
mingw-fetch-depdencies script.

Reviewed-by: Robert Bragg <robert.bragg@intel.com>
(cherry picked from commit f5f0342315)
2014-03-21 17:38:32 +00:00
..
Makefile.am Adds mingw dependency fetching script 2011-05-05 21:20:47 +01:00
README Adds mingw dependency fetching script 2011-05-05 21:20:47 +01:00
mingw-fetch-dependencies.sh mingw: Try adding a -w64 suffix when searching for a suitable compiler 2014-03-21 17:38:32 +00:00

README

The mingw-fetch-dependencies.sh script in this directory automates
fetching of the depndencies required to cross compile Clutter using
the MinGW compiler. For a description of how to use it, see:

 http://wiki.clutter-project.org/wiki/BuildingClutterOnWindows