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
+2 -4
View File
@@ -1,10 +1,8 @@
REM Check local file
iff defined ISE_BUILD_NAME .and. exist %~dp0profiles\%ISE_BUILD_NAME%.btm then
call %~dp0profiles\%ISE_BUILD_NAME%.btm
elseiff exist %~dp0machines\%COMPUTERNAME%.btm then
call %~dp0machines\%COMPUTERNAME%.btm
elseiff exist %~dp0local.btm then
call %~dp0local.btm
elseiff exist %~dp0machines\local.btm then
call %~dp0machines\local.btm
endiff
REM Backward compatibility