comparison make/windows/create.bat @ 1408:0ba67bb5392c

added c1x build directory, added MSVC Win64 project support
author lstadler
date Wed, 12 May 2010 15:01:05 +0200
parents 39e409a664b3
children 2d26b0046e0d
comparison
equal deleted inserted replaced
1407:09e7826ecf01 1408:0ba67bb5392c
40 REM that "grep" be accessible on the PATH. An MKS install does this. 40 REM that "grep" be accessible on the PATH. An MKS install does this.
41 REM 41 REM
42 cl 2>&1 | grep "IA-64" >NUL 42 cl 2>&1 | grep "IA-64" >NUL
43 if %errorlevel% == 0 goto isia64 43 if %errorlevel% == 0 goto isia64
44 cl 2>&1 | grep "AMD64" >NUL 44 cl 2>&1 | grep "AMD64" >NUL
45 if %errorlevel% == 0 goto amd64
46 cl 2>&1 | grep "x64" >NUL
45 if %errorlevel% == 0 goto amd64 47 if %errorlevel% == 0 goto amd64
46 set ARCH=x86 48 set ARCH=x86
47 set BUILDARCH=i486 49 set BUILDARCH=i486
48 set Platform_arch=x86 50 set Platform_arch=x86
49 set Platform_arch_model=x86_32 51 set Platform_arch_model=x86_32