A slew of changes to Jambase to handle more portably cc's -I
and -D flags. The biggest is the new variable DEFINES, a list
of #defines, which is formatted properly (even on VMS?) for the
command line. Otherwise, it's hard to get right, because VMS
has a weirdo syntax "/define( x=y, a=b )" and you can only have
one such argument on the command line (or rather, only the last
is paid any attention).
=== computer.perforce.com:1666: Change 20034 by seiwald@golly-seiwald on 2001/01/13 23:14:39
Added to Jambase.html re:
SubDirHdrs arg changes
ASHDRS, CCHDRS, CCDEFS not mentioned (internal target-specific)
DEFINES, ObjectDefines, FQuote, FIncludes, FDefines documented.
In Jambase, adjusted the comment for SubDirHdrs (arg changes).
Rearranged a few of the RELNOTES entries, which were actually
about mods from previous changes.