Updated etc and init.btm
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
REM Check local file
|
||||
iff defined ISE_BUILD_NAME .and. exist %~dp0local-%ISE_BUILD_NAME%.btm then
|
||||
call %~dp0local-%ISE_BUILD_NAME%.btm
|
||||
elseiff exist %~dp0local-%COMPUTERNAME%.btm then
|
||||
call %~dp0local-%COMPUTERNAME%.btm
|
||||
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
|
||||
endiff
|
||||
|
||||
Reference in New Issue
Block a user