add an option to force 32bit binaries to be included: if a variable XONOTIC_INCLUDE_32BIT is not empty.

This commit is contained in:
Rudolf Polzer 2011-12-17 20:04:09 +01:00
parent 2b49f72720
commit 2d5442578e

View File

@ -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