* Allow CC to be overridden externally to the Makefile

* Make cross-make-mingw.sh more generic using the above
* Update README to reflect changes
* Fix a couple of warnings in the Windows input layer
This commit is contained in:
Tim Angus 2007-05-29 19:22:24 +00:00
parent 5aac275de2
commit 4a82d86070
4 changed files with 19 additions and 21 deletions

View file

@ -1,8 +1,6 @@
#!/bin/sh
PREFIX=/usr/local/cross-tools
TARGET=i386-mingw32msvc
PATH="$PREFIX/bin:$PREFIX/$TARGET/bin:$PATH"
export PATH
export CC=i586-mingw32msvc-gcc
export WINDRES=i586-mingw32msvc-windres
export PLATFORM=mingw32
exec make $*