mutter/build/mingw
Robert Bragg 820765eea0 win32: don't set CC,CPP,AR,NM,LD etc in mingw env.sh
It shouldn't be necessary to explicitly override CC,CPP,AR,NM,LD etc in
the env.sh helper script that mingw-fetch-dependencies.sh generates.
Clutter's ./configure script should figure all of those out for us.
2011-03-16 11:23:37 +00:00
..
Makefile.am win32: remove automatic build option from mingw script 2011-03-16 11:22:47 +00:00
mingw-fetch-dependencies.sh win32: don't set CC,CPP,AR,NM,LD etc in mingw env.sh 2011-03-16 11:23:37 +00:00
README win32: remove automatic build option from mingw script 2011-03-16 11:22:47 +00:00

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