Broke PBInit out of PBMake program for size/speed considerations.
Added comments to PBInit scripts.
Added complex PBInit scripts.
PBInit now asks for the number of sections to build.
PBMake now reports ALL missing files and bad directories and other
errors, instead of one at a time.
PBMake can now be passed conditional definitions on the command line
to skip or include portions of the make script.
The PBMake understands the following definition directives:
#DEFINE
#IFDEF / #IFNDEF
#ELSE
#ENDIF
#UNDEF
To pass a definition to PBMake, prefix it with /D and pass it as a
parameter to the dos command line.
Please note! These definitions are NOT passed on to the FLAG=
sections of the compiler.
Please note! These definition directives can only be nested to 7
levels of depth.