mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-17 02:11:35 +00:00
5fdad1c79c
This is the beginnings of android support :)
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 $*
|
|
|