hotspot/make/windows/build.bat
changeset 11480 1bf714e8adb4
parent 7662 5f31baaff55b
child 13963 e5b53c306fb5
equal deleted inserted replaced
11441:a89f443814cd 11480:1bf714e8adb4
    32 REM that "grep" be accessible on the PATH. An MKS install does this.
    32 REM that "grep" be accessible on the PATH. An MKS install does this.
    33 REM 
    33 REM 
    34 cl 2>&1 | grep "IA-64" >NUL
    34 cl 2>&1 | grep "IA-64" >NUL
    35 if %errorlevel% == 0 goto isia64
    35 if %errorlevel% == 0 goto isia64
    36 cl 2>&1 | grep "AMD64" >NUL
    36 cl 2>&1 | grep "AMD64" >NUL
       
    37 if %errorlevel% == 0 goto amd64
       
    38 cl 2>&1 | grep "x64" >NUL
    37 if %errorlevel% == 0 goto amd64
    39 if %errorlevel% == 0 goto amd64
    38 set ARCH=x86
    40 set ARCH=x86
    39 set BUILDARCH=i486
    41 set BUILDARCH=i486
    40 set Platform_arch=x86
    42 set Platform_arch=x86
    41 set Platform_arch_model=x86_32
    43 set Platform_arch_model=x86_32