1 2 3 4 5 6
#!/bin/sh export CC=i586-mingw32msvc-gcc export WINDRES=i586-mingw32msvc-windres export PLATFORM=mingw32 exec make $*