reaction/reaction/cross-make-mingw.sh
2009-07-03 10:39:49 +00:00

6 lines
111 B
Bash
Executable file

#!/bin/sh
export CC=i386-mingw32-gcc
export WINDRES=i386-mingw32-windres
export PLATFORM=mingw32
exec make $*