Files
es_build_deliv/windows_deliv/etc/profiles/windows-vc100.btm
2018-05-23 17:17:47 +02:00

13 lines
292 B
Plaintext

REM Check ISE_BUILD_NAME=windows-vc100
echo Use build "windows-vc100"
set ISE_PLATFORM=windows
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