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

@@ -13,6 +13,25 @@ echo The revision that will be generated: %PUBLIC_SVN_REVISION
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%
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_VC140 then
echo - HAS_VC140=%HAS_VC140%
endiff
iff defined HAS_VC150 then
echo - HAS_VC150=%HAS_VC150%
endiff
echo MYSQL lib location: %MYSQL%
echo -----------------------------
iff exist %INSTALL_DIR .or. isdir %INSTALL_DIR then