0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 15:22:11 +00:00
quakeforge/tools/cross/cross-make.sh
2007-03-08 13:44:03 +00:00

7 lines
98 B
Bash
Executable file

#!/bin/sh -x
HOST_CC=gcc
PATH=/usr/i586-mingw32msvc/bin:$PATH
export HOST_CC
export PATH
make $*