]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
also compress lightmaps
authorRudolf Polzer <divVerent@alientrap.org>
Thu, 5 Aug 2010 15:24:24 +0000 (17:24 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Thu, 5 Aug 2010 15:24:24 +0000 (17:24 +0200)
all

diff --git a/all b/all
index 6eb6965ad486ad23ead146ff8cb6dffc389a50d9..cebe6e70b858879183a5897029813d8b9aab9553 100755 (executable)
--- a/all
+++ b/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