mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
2229c7557d
They're hard-coded for my current setup, but easy to fix.
8 lines
149 B
Bash
Executable file
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 $*
|
|
|