quakeforge/tools/cross/mingw/cross-make.sh
Bill Currie 0976ff8582 Nuke mentions of HOST_CC.
CC_FOR_BUILD is the recommended name these days (HOST_CC was from an old
gcc version, and is confusing anyway). Also, CC_FOR_BUILD should be set by
configure.
2012-08-20 10:51:46 +09:00

6 lines
171 B
Bash
Executable file

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