diff make/windows/build.bat @ 4812:dcc292399a39 hs23-b11

Merge
author amurillo
date Fri, 20 Jan 2012 16:56:31 -0800
parents 94ec88ca68e2
children b9a9ed0f8eeb
line wrap: on
line diff
--- a/make/windows/build.bat	Fri Jan 20 13:08:43 2012 -0800
+++ b/make/windows/build.bat	Fri Jan 20 16:56:31 2012 -0800
@@ -35,6 +35,8 @@
 if %errorlevel% == 0 goto isia64
 cl 2>&1 | grep "AMD64" >NUL
 if %errorlevel% == 0 goto amd64
+cl 2>&1 | grep "x64" >NUL
+if %errorlevel% == 0 goto amd64
 set ARCH=x86
 set BUILDARCH=i486
 set Platform_arch=x86