Updated etc and init.btm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user