annotate level1/sys/padrom.hp @ 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 69e75af20e16
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1352
69e75af20e16 Added padrom help file
boisy
parents:
diff changeset
1 @PADROM
69e75af20e16 Added padrom help file
boisy
parents:
diff changeset
2 Syntax: PadROM <padsize> <pathlist> [<devname>] [<opts>]
69e75af20e16 Added padrom help file
boisy
parents:
diff changeset
3 Usage : Pads a file to 'padsize' bytes
69e75af20e16 Added padrom help file
boisy
parents:
diff changeset
4 Opts :
69e75af20e16 Added padrom help file
boisy
parents:
diff changeset
5 -c=<char> = character to pad file with (in hex)