hotspot/make/windows/create.bat
changeset 5093 5fe28adc52ef
parent 3261 c7d5aae8d3f7
child 5547 f4b087cbb361
equal deleted inserted replaced
5087:72635506e447 5093:5fe28adc52ef
    33 REM those are changed then MakeDeps is rerun.
    33 REM those are changed then MakeDeps is rerun.
    34 
    34 
    35 REM
    35 REM
    36 REM Since we don't have uname and we could be cross-compiling,
    36 REM Since we don't have uname and we could be cross-compiling,
    37 REM Use the compiler to determine which ARCH we are building
    37 REM Use the compiler to determine which ARCH we are building
       
    38 REM 
       
    39 REM Note: Running this batch file from the Windows command shell requires
       
    40 REM that "grep" be accessible on the PATH. An MKS install does this.
    38 REM 
    41 REM 
    39 cl 2>&1 | grep "IA-64" >NUL
    42 cl 2>&1 | grep "IA-64" >NUL
    40 if %errorlevel% == 0 goto isia64
    43 if %errorlevel% == 0 goto isia64
    41 cl 2>&1 | grep "AMD64" >NUL
    44 cl 2>&1 | grep "AMD64" >NUL
    42 if %errorlevel% == 0 goto amd64
    45 if %errorlevel% == 0 goto amd64