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
-16
View File
@@ -11,22 +11,6 @@ set TMP_ISE_EIFFEL=%ISE_EIFFEL
call %~dp0init.btm
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
remtrace Set up the environment
on break goto broken
TIMER ON /1 >> NUL