mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-21 04:56:52 +00:00
Merge branch 'nyov/recompile-qc' into 'master'
switch for 'all' to (re)compile qc only I've been using this locally for a while, I think it would make sense to have. See merge request !2
This commit is contained in:
commit
653849e434
@ -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\")"
|
||||
|
Loading…
Reference in New Issue
Block a user