mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2024-12-27 03:32:05 +00:00
load UserStartup file.
This commit is contained in:
parent
33dd3228f8
commit
efd51bcb48
@ -49,3 +49,9 @@ set -e MWCIncludes "{CIncludes}"
|
||||
set -e ARMCIncludes "{MPW}Interfaces:ARMCIncludes:"
|
||||
|
||||
set -e AsmMatOpts "-t 4"
|
||||
|
||||
# customizations can go in the UserStartup file.
|
||||
if `exists {MPW}UserStartup` != ""
|
||||
execute {MPW}UserStartup
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user