]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
do not use -noshaderlist. If it fails, I'll fix it.
authorRudolf Polzer <divVerent@alientrap.org>
Thu, 27 May 2010 14:01:29 +0000 (16:01 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Thu, 27 May 2010 14:01:29 +0000 (16:01 +0200)
misc/tools/xonotic-map-compiler-autobuild

index 33212202378857338ca7411801799ebb4a7e0966..bab7adc14e87ea17045ea48bf2fa3856fd017768 100755 (executable)
@@ -33,7 +33,7 @@ buildthemap()
        fi
        (
                cd maps
        fi
        (
                cd maps
-               ../../../misc/tools/xonotic-map-compiler "$M" -noshaderlist `head -n 1 "$M.map.options"` 2>&1 | tee "$M.log"
+               ../../../misc/tools/xonotic-map-compiler "$M" `head -n 1 "$M.map.options"` 2>&1 | tee "$M.log"
        )
        zip -9r "$bspdir/$M-$blobhash.pk3" "maps/$M.bsp" "maps/$M.log" "maps/$M/" "maps/$M.lin" "gfx/${M}_mini.tga"
        ln -snf "../$M-$blobhash.pk3" "$bspdir/latest/$M.pk3" # from ALL branches, so beware!
        )
        zip -9r "$bspdir/$M-$blobhash.pk3" "maps/$M.bsp" "maps/$M.log" "maps/$M/" "maps/$M.lin" "gfx/${M}_mini.tga"
        ln -snf "../$M-$blobhash.pk3" "$bspdir/latest/$M.pk3" # from ALL branches, so beware!