Updated regarding dotnet and installation.

This commit is contained in:
2018-05-23 14:00:22 +02:00
parent ec7212d206
commit 19336e23cd
5 changed files with 63 additions and 9 deletions
+3 -2
View File
@@ -38,12 +38,13 @@ iff not defined DEFAULT_ISE_SVN then
endiff
iff not defined ISE_C_COMPILER then
REM set ISE_C_COMPILER=msc
set ISE_C_COMPILER=msc_vc140
REM set ISE_C_COMPILER=msc_vc140
set ISE_C_COMPILER=msc
endiff
iff not defined ISE_C_COMPILER_VER then
REM set ISE_C_COMPILER_VER=WSDK71
REM set ISE_C_COMPILER_VER=VC150
REM set ISE_C_COMPILER_VER=VC140
set ISE_C_COMPILER_VER=VC100
endiff