quakeforge/tools/cross/mingw/cross-make.sh
Bill Currie 5fdad1c79c Support more than just mingw cross compiling.
This is the beginnings of android support :)
2012-02-05 11:34:11 +09:00

8 lines
149 B
Bash
Executable file

#!/bin/sh -x
HOST_CC=gcc
export HOST_CC
MINGW=/home/bill/src/mingw/mingw-cross-env-2.18
export PATH=$MINGW/usr/bin:$PATH
make PAK=pak QFCC=qfcc $*