From: Rudolf Polzer Date: Thu, 20 Dec 2012 15:00:50 +0000 (+0100) Subject: compile only gmqcc X-Git-Tag: xonotic-v0.7.0~21 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3aa494bbbd96097d73282160007f0b43c1cbb431;p=xonotic%2Fxonotic.git compile only gmqcc --- diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 4d168ad1..729a18ac 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -207,7 +207,11 @@ case "$cmd" in if $cleanqcc; then verbose make $MAKEFLAGS clean fi - verbose make $MAKEFLAGS + if [ -n "$WE_HATE_OUR_USERS" ]; then + verbose make $MAKEFLAGS gmqcc.exe + else + verbose make $MAKEFLAGS gmqcc + fi verbose cd "$d0/data/xonotic-data.pk3dir" if $cleanqc; then