load UserStartup file.

This commit is contained in:
Kelvin Sherlock 2016-08-17 13:14:16 -04:00
parent 33dd3228f8
commit efd51bcb48
1 changed files with 6 additions and 0 deletions

View File

@ -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