Cleaned HAS_ ... variables.

Use DOS syntax when TCC/LE is not required.
This commit is contained in:
2019-02-12 15:37:10 +01:00
parent 2496b498ec
commit 743243bf12
5 changed files with 67 additions and 51 deletions

View File

@@ -20,23 +20,23 @@ echo ecb version:
ecb -version
echo The C environment: ISE_C_COMPILER=%ISE_C_COMPILER% (ISE_C_COMPILER_VER=%ISE_C_COMPILER_VER%)
iff defined HAS_C_COMP_VER then
echo - HAS_C_COMP_VER=%HAS_C_COMP_VER%
endiff
iff defined HAS_WSDK71 then
echo - HAS_WSDK71=%HAS_WSDK71%
echo - HAS_C_COMP_VER=%HAS_C_COMP_VER% ISE_C_COMPILER_VER=%ISE_C_COMPILER_VER% (ISE_C_COMPILER=%ISE_C_COMPILER%)
endiff
::iff defined HAS_WSDK71 then
:: echo - HAS_WSDK71=%HAS_WSDK71%
::endiff
iff defined HAS_VC100 then
echo - HAS_VC100=%HAS_VC100%
endiff
iff defined HAS_VC110 then
echo - HAS_VC110=%HAS_VC110%
endiff
::iff defined HAS_VC110 then
:: echo - HAS_VC110=%HAS_VC110%
::endiff
iff defined HAS_VC140 then
echo - HAS_VC140=%HAS_VC140%
endiff
iff defined HAS_VC150 then
echo - HAS_VC150=%HAS_VC150%
endiff
::iff defined HAS_VC150 then
:: echo - HAS_VC150=%HAS_VC150%
::endiff
echo MYSQL lib location: %MYSQL%
echo -----------------------------