ioq3/cross-make-mingw.sh

11 lines
157 B
Bash
Raw Normal View History

2005-12-29 00:04:41 +00:00
#!/bin/sh
export CC=i586-mingw32msvc-gcc
export WINDRES=i586-mingw32msvc-windres
2005-12-29 00:04:41 +00:00
export PLATFORM=mingw32
if [ !$ARCH ]
then
export ARCH=x86
fi
2005-12-29 00:04:41 +00:00
exec make $*