From: nyov Date: Thu, 13 Nov 2014 10:10:54 +0000 (+0000) Subject: switch for 'all' to (re)compile qc only X-Git-Tag: xonotic-v0.8.0~10^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=27da3271dd96897f9fec298d94f939f8c9cc33a5;hp=-c switch for 'all' to (re)compile qc only --- 27da3271dd96897f9fec298d94f939f8c9cc33a5 diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 56c1418a..3aa15837 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -45,6 +45,10 @@ case "$cmd" in cleanqc=true shift ;; + -qc) + cleanqc=true + shift + ;; -r|-p) case "$1" in -p) @@ -346,7 +350,7 @@ case "$cmd" in fi ;; help) - $ECHO " $SELF compile [-c] [-r|-p] [-0] [sdl|glx|wgl|dedicated]" + $ECHO " $SELF compile [-c] [-qc] [-r|-p] [-0] [sdl|glx|wgl|dedicated]" $ECHO " $SELF update-maps" $ECHO " $SELF run [sdl|glx|wgl|dedicated] options..." $ECHO " $SELF compile-map mapname1 mapname2... (e.g. \"./all compile-map dance drain fuse\")"