Updated etc and init.btm
This commit is contained in:
12
windows_deliv/etc/profiles/win64-vc150.btm
Normal file
12
windows_deliv/etc/profiles/win64-vc150.btm
Normal file
@@ -0,0 +1,12 @@
|
||||
REM Check ISE_BUILD_NAME=win64-vc150
|
||||
echo Use build "win64-vc150"
|
||||
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_vc140
|
||||
set ISE_C_COMPILER_VER=VC150
|
||||
Reference in New Issue
Block a user