Cleaned configuration, and removed duplicated files.
This commit is contained in:
20
windows_deliv/etc/machines/local.btm
Normal file
20
windows_deliv/etc/machines/local.btm
Normal file
@@ -0,0 +1,20 @@
|
||||
echo Load local settings
|
||||
|
||||
iff exist %~dp0%COMPUTERNAME%.btm then
|
||||
call %~dp0%COMPUTERNAME%.btm
|
||||
endiff
|
||||
|
||||
:: Set default environment for any machine here.
|
||||
|
||||
iff not defined WORK_DIR then
|
||||
set WORK_DIR=%~dp0..\..\_DELIV
|
||||
endiff
|
||||
|
||||
rem set ISE_EC_FLAGS=-full
|
||||
|
||||
set DELIV_SKIP_ERROR="True"
|
||||
rem set DELIV_SKIP_ERROR="False"
|
||||
|
||||
set ISE_LITE_DELIV="False"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user