0
0
Fork 0
mirror of https://github.com/DrBeef/ioq3quest.git synced 2025-03-02 15:32:01 +00:00
ioq3quest/cross-make-mingw.sh
2010-10-19 06:48:02 +00:00

10 lines
157 B
Bash
Executable file

#!/bin/sh
export CC=i586-mingw32msvc-gcc
export WINDRES=i586-mingw32msvc-windres
export PLATFORM=mingw32
if [ !$ARCH ]
then
export ARCH=x86
fi
exec make $*