1 2 3 4 5 6 7 8 9 10
#!/bin/sh export CC=amd64-mingw32msvc-gcc export WINDRES=amd64-mingw32msvc-windres export PLATFORM=mingw32 if [ !$ARCH ] then export ARCH=x86_64 fi exec make $*