Author: mladen.turk(a)jboss.com
Date: 2008-04-03 07:40:00 -0400 (Thu, 03 Apr 2008)
New Revision: 1508
Modified:
trunk/build/windows/build.bat
Log:
Fix cpu settings
Modified: trunk/build/windows/build.bat
===================================================================
--- trunk/build/windows/build.bat 2008-04-03 11:37:41 UTC (rev 1507)
+++ trunk/build/windows/build.bat 2008-04-03 11:40:00 UTC (rev 1508)
@@ -105,7 +105,9 @@
@if /i "%BUILD_CPU%" == "i686" goto cpuX86
@if /i "%BUILD_CPU%" == "x86" goto cpuX86
@if /i "%BUILD_CPU%" == "amd64" goto cpuX64
-@if /i "%BUILD_CPU%" == "x64" goto cpuX86
+@if /i "%BUILD_CPU%" == "emt64" goto cpuX64
+@if /i "%BUILD_CPU%" == "x86_64" goto cpuX64
+@if /i "%BUILD_CPU%" == "x64" goto cpuX64
@if /i "%BUILD_CPU%" == "ia64" goto cpuI64
@if /i "%BUILD_CPU%" == "i64" goto cpuI64
echo Usage: %PROGNAME% CPU where CPU is x86 x64 or ia64
@@ -125,7 +127,7 @@
:cpuX64
set BUILD_CPU=x64
@if "%USE_PLATFORM_SDK%" == "1" (
- call "%MSWPSDK%\SetEnv" /X64 /RETAIL
+ call "%MSWPSDK%\SetEnv" /XP64 /RETAIL
) else (
call "%MSVS8VC%\bin\amd64\vcvarsamd64"
set CRT_REDIST=%MSVS8VC%\redist\amd64\Microsoft.VC80.CRT
Show replies by date