mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 03:15:33 +00:00
also compress lightmaps
This commit is contained in:
parent
51b3492646
commit
6579006248
10
all
10
all
@ -946,13 +946,13 @@ case "$cmd" in
|
||||
"$SELF" release-compile linux32 \
|
||||
'CC="gcc -m32 -g -Wl,--hash-style=sysv -I$HOME/dp.linux32/include -L$HOME/dp.linux32/lib" DP_MODPLUG_STATIC_LIBDIR=$HOME/dp.linux32/lib DP_LINK_TO_LIBJPEG=1' \
|
||||
all 'fteqcc.bin:Xonotic/fteqcc/fteqcc.linux32' \
|
||||
debug 'darkplaces-glx:Xonotic/xonotic-linux-linux32-glx darkplaces-sdl:Xonotic/xonotic-linux32-sdl darkplaces-dedicated:Xonotic/xonotic-linux32-dedicated'
|
||||
debug 'darkplaces-glx:Xonotic/xonotic-linux32-glx darkplaces-sdl:Xonotic/xonotic-linux32-sdl darkplaces-dedicated:Xonotic/xonotic-linux32-dedicated'
|
||||
;;
|
||||
release-engine-linux64)
|
||||
"$SELF" release-compile linux64 \
|
||||
'CC="gcc -m64 -g -Wl,--hash-style=sysv -I$HOME/dp.linux64/include -L$HOME/dp.linux64/lib" DP_MODPLUG_STATIC_LIBDIR=$HOME/dp.linux64/lib DP_LINK_TO_LIBJPEG=1' \
|
||||
all 'fteqcc.bin:Xonotic/fteqcc/fteqcc.linux64' \
|
||||
debug 'darkplaces-glx:Xonotic/xonotic-linux-linux64-glx darkplaces-sdl:Xonotic/xonotic-linux64-sdl darkplaces-dedicated:Xonotic/xonotic-linux64-dedicated'
|
||||
debug 'darkplaces-glx:Xonotic/xonotic-linux64-glx darkplaces-sdl:Xonotic/xonotic-linux64-sdl darkplaces-dedicated:Xonotic/xonotic-linux64-dedicated'
|
||||
;;
|
||||
release-engine)
|
||||
"$SELF" release-engine-win32 &
|
||||
@ -984,7 +984,7 @@ case "$cmd" in
|
||||
export do_dds=true
|
||||
export dds_flags=
|
||||
export do_ogg=false
|
||||
find models textures -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh
|
||||
find models textures maps/*/ -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh
|
||||
;;
|
||||
release-buildpk3-transform-low)
|
||||
dir=$1
|
||||
@ -997,7 +997,7 @@ case "$cmd" in
|
||||
export do_dds=false
|
||||
export do_ogg=true
|
||||
export ogg_qual=1
|
||||
find models textures sound -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh
|
||||
find models textures maps/*/ sound -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh
|
||||
;;
|
||||
release-buildpk3-transform-lowdds)
|
||||
dir=$1
|
||||
@ -1010,7 +1010,7 @@ case "$cmd" in
|
||||
export do_ogg=true
|
||||
export ogg_qual=1
|
||||
export del_src=true
|
||||
find models textures sound -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh
|
||||
find models textures maps/*/ sound -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh
|
||||
;;
|
||||
release-buildpk3)
|
||||
src=$1
|
||||
|
Loading…
Reference in New Issue
Block a user