Cleaned configuration, and removed duplicated files.

This commit is contained in:
2018-09-24 10:10:45 +02:00
parent 12e9c09911
commit 6ef4f1e8a8
10 changed files with 31 additions and 139 deletions

View 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"