13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
REM Check ISE_BUILD_NAME=win64-vc100
|
|
echo Use build "win64-vc100"
|
|
set ISE_PLATFORM=win64
|
|
|
|
iff exist %~dp0local-%COMPUTERNAME%.btm then
|
|
call %~dp0local-%COMPUTERNAME%.btm
|
|
elseiff exist %~dp0local.btm then
|
|
call %~dp0local.btm
|
|
endiff
|
|
|
|
set ISE_C_COMPILER=msc
|
|
set ISE_C_COMPILER_VER=VC100
|