]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
add an option to force 32bit binaries to be included: if a variable XONOTIC_INCLUDE_3...
authorRudolf Polzer <divverent@alientrap.org>
Sat, 17 Dec 2011 19:04:09 +0000 (20:04 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 17 Dec 2011 19:04:09 +0000 (20:04 +0100)
misc/tools/rsync-updater/update-xonotic.bat

index db76dd522bcda263f02ae83a876cd7391b159d53..658a89f4037bdd4609b4bf7dc00e49fac764746f 100644 (file)
@@ -75,6 +75,7 @@ set excludes=%excludes% --exclude=/fteqcc/fteqcc.osx
 \r
 if "%ProgramFiles(x86)%" == "" goto bit32\r
 :bit64\r
+       if "%XONOTIC_INCLUDE_32BIT%" != "" goto endbit\r
        set excludes=%excludes% --exclude=/xonotic.exe\r
        set excludes=%excludes% --exclude=/xonotic-sdl.exe\r
        set excludes=%excludes% --exclude=/xonotic-dedicated.exe\r