From efd51bcb4872967600c6562bcdeacf35854a859e Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 17 Aug 2016 13:14:16 -0400 Subject: [PATCH] load UserStartup file. --- etc/Startup | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/Startup b/etc/Startup index 621883f..39f86ce 100644 --- a/etc/Startup +++ b/etc/Startup @@ -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 +