11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
REM Check ISE_BUILD_NAME=windows-vc100
|
|
echo Use build "windows-vc100"
|
|
set ISE_PLATFORM=windows
|
|
|
|
iff exist %~dp0..\machines\local.btm then
|
|
call %~dp0..\machines\local.btm
|
|
endiff
|
|
|
|
set ISE_C_COMPILER=msc
|
|
set ISE_C_COMPILER_VER=VC100
|