comparison make/windows/create.bat @ 2184:5d801e6b9a80

Imported build system changes from other repository.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:17:10 +0100
parents 06f017f7daa7
children 30fd69882184
comparison
equal deleted inserted replaced
2183:eed52202caea 2184:5d801e6b9a80
51 51
52 :testit 52 :testit
53 cl 2>&1 | grep "IA-64" >NUL 53 cl 2>&1 | grep "IA-64" >NUL
54 if %errorlevel% == 0 goto isia64 54 if %errorlevel% == 0 goto isia64
55 cl 2>&1 | grep "AMD64" >NUL 55 cl 2>&1 | grep "AMD64" >NUL
56 if %errorlevel% == 0 goto amd64
57 cl 2>&1 | grep "x64" >NUL
58 if %errorlevel% == 0 goto amd64 56 if %errorlevel% == 0 goto amd64
59 set ARCH=x86 57 set ARCH=x86
60 set BUILDARCH=i486 58 set BUILDARCH=i486
61 set Platform_arch=x86 59 set Platform_arch=x86
62 set Platform_arch_model=x86_32 60 set Platform_arch_model=x86_32