]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
./all compile-map: maybe these paths have to be fixed.
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 15 Jun 2013 08:58:17 +0000 (10:58 +0200)
committerMatthias Krüger <matthias.krueger@famsik.de>
Sat, 15 Jun 2013 08:58:17 +0000 (10:58 +0200)
misc/tools/xonotic-map-compiler_from_all

index aa9e747d955585a9a10bff3e243720e0b16d1764..b162506cc7c19d3455fd1be7accbf59fa43b67b4 100755 (executable)
@@ -16,7 +16,7 @@ use File::Temp;
        our $Q3MAP2      = './netradiant/install/q3map2.x86';
 
        # General flags for q3map2 (for example -threads 4)
-       our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*';
+       our $Q3MAP2FLAGS = '-fs_forbiddenpath data/xonotic*-data*.pk3* -fs_forbiddenpath data/xonotic*-nexcompat*.pk3*';
 
        # Default flags for the -bsp stage
        our $BSPFLAGS    = '-meta -maxarea -samplesize 8 -mv 1000000 -mi 6000000';