Cleaned configuration, and removed duplicated files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user