diff 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
line wrap: on
line diff
--- a/make/windows/create.bat	Mon Feb 21 19:32:20 2011 +0100
+++ b/make/windows/create.bat	Mon Feb 21 19:53:48 2011 +0100
@@ -54,6 +54,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