annotate level1/coco/startup.dw @ 2758:e4a0f58a5f9b

Found that people who do not have the envirornment variable NITROS9DIR set before building the project get a error missing file "/rules.mak". Found this is caused do to the fact that the code to set this envirornment variable is in the rules.mak which can't get loaded. To fix this the code needed to set the envirornment variable that is in the rules.mak is now in the makefile(s) right before the include for the rules.mak file. This should fix the problem for those who do not have the NITROS9DIR envirornment variable preset.
author drencor-xeen
date Mon, 14 Jan 2013 14:37:46 -0600
parents a4e47925f654
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2513
70dfe007013e Now DW has its own startup
boisy
parents:
diff changeset
1 * Echo welcome message
70dfe007013e Now DW has its own startup
boisy
parents:
diff changeset
2 echo * Welcome to NitrOS-9 Level 1 *
2549
a4e47925f654 Updated
boisy
parents: 2513
diff changeset
3 echo * with DriveWire 4 *
2513
70dfe007013e Now DW has its own startup
boisy
parents:
diff changeset
4 echo * on the Color Computer *
70dfe007013e Now DW has its own startup
boisy
parents:
diff changeset
5 date -t
70dfe007013e Now DW has its own startup
boisy
parents:
diff changeset
6