0
0
Fork 0
mirror of https://github.com/DrBeef/ioq3quest.git synced 2025-03-01 07:01:21 +00:00
ioq3quest/cross-make-mingw.sh
2005-12-29 00:04:41 +00:00

8 lines
159 B
Bash
Executable file

#!/bin/sh
PREFIX=/usr/local/cross-tools
TARGET=i386-mingw32msvc
PATH="$PREFIX/bin:$PREFIX/$TARGET/bin:$PATH"
export PATH
export PLATFORM=mingw32
exec make $*