Updated C env info, and display info.

This commit is contained in:
2018-05-22 20:00:01 +02:00
parent 37f5f8457d
commit ec7212d206
7 changed files with 90 additions and 22 deletions

View File

@@ -0,0 +1,12 @@
REM Check ISE_BUILD_NAME=win64-wsdk71
echo Use build "win64-wsdk71"
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=WSDK71