Updated etc and init.btm

This commit is contained in:
2018-05-23 17:17:47 +02:00
parent 19336e23cd
commit 7700f077a4
10 changed files with 128 additions and 35 deletions

View File

@@ -10,6 +10,24 @@ set EIFFEL_SRC=%TMP_EIFFEL_SRC
set ISE_LIBRARY=%TMP_EIFFEL_SRC
set ISE_SRC=%TMP_EIFFEL_SRC
:: Make sure required directories exist
REM Create parent dir of %INSTALL_LOG if it does not exist.
set_parent_dir_of PDIR %INSTALL_LOG%
iff not isdir %PDIR then
md /S %PDIR
remtrace Create directory %PDIR
endiff
set_parent_dir_of PDIR %ERROR_LOG%
iff not isdir %PDIR then
md /S %PDIR
remtrace Create directory %PDIR
endiff
iff not isdir %TMP_EIFFEL_SRC% then
md /S %TMP_EIFFEL_SRC%
remtrace Create directory %TMP_EIFFEL_SRC%
endiff
:: Get C compilation environment information
call %INIT_DIR\inc\set_has_c_compiler HAS_WSDK71 WSDK71
call %INIT_DIR\inc\set_has_c_compiler HAS_VC100 VC100
call %INIT_DIR\inc\set_has_c_compiler HAS_VC140 VC140