comparison make/windows/create.bat @ 2214:30fd69882184

More build system adjustments.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:53:48 +0100
parents 5d801e6b9a80
children 2ab52cda08e5
comparison
equal deleted inserted replaced
2213:020eee65316d 2214:30fd69882184
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
56 if %errorlevel% == 0 goto amd64 58 if %errorlevel% == 0 goto amd64
57 set ARCH=x86 59 set ARCH=x86
58 set BUILDARCH=i486 60 set BUILDARCH=i486
59 set Platform_arch=x86 61 set Platform_arch=x86
60 set Platform_arch_model=x86_32 62 set Platform_arch_model=x86_32