From: Rudolf Polzer Date: Sat, 17 Dec 2011 19:04:09 +0000 (+0100) Subject: add an option to force 32bit binaries to be included: if a variable XONOTIC_INCLUDE_3... X-Git-Tag: xonotic-v0.6.0~32^2~5 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=2d5442578e4a8c5d1b79a498b17fe586c5f0f3fd;hp=2b49f7272008fa996961c58557a91b65f03df82d;p=xonotic%2Fxonotic.git add an option to force 32bit binaries to be included: if a variable XONOTIC_INCLUDE_32BIT is not empty. --- diff --git a/misc/tools/rsync-updater/update-xonotic.bat b/misc/tools/rsync-updater/update-xonotic.bat index db76dd52..658a89f4 100644 --- a/misc/tools/rsync-updater/update-xonotic.bat +++ b/misc/tools/rsync-updater/update-xonotic.bat @@ -75,6 +75,7 @@ set excludes=%excludes% --exclude=/fteqcc/fteqcc.osx if "%ProgramFiles(x86)%" == "" goto bit32 :bit64 + if "%XONOTIC_INCLUDE_32BIT%" != "" goto endbit set excludes=%excludes% --exclude=/xonotic.exe set excludes=%excludes% --exclude=/xonotic-sdl.exe set excludes=%excludes% --exclude=/xonotic-dedicated.exe