* 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:
parent
5aac275de2
commit
4a82d86070
4 changed files with 19 additions and 21 deletions
|
@ -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 $*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue