Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mac PPC has a very old bison that does not handle .cxx extension well
not does it support --defines=<file>. the result is that the generated
header is called <foo>.cxx.h instead of <foo>.hxx
To deal with that we moved the yacc rule in the platefrom dependent section
and added some renaming magic for the PowerPC case on MacOS.
|
|
The creation of $INPATH and sub-dirs was triggered by the location
of the logfile. in buil.pl that trigger the call of mkout.pl
We adapt SourceConfig to keep track of which modules is gbuildified
For these module, the log will be at workdir/Logs/
Also clean-up the remnant of the support for dual build mode (gbuild/dmake).
|
|
|
|
|
|
|
|
This avoids warnings about linking both with normal and debugging
runtime. Matches more closely what the old build system does.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove several unused functions, and an impossible warning.
|
|
|
|
This fixes the build of 'basic' on Windows.
|
|
|
|
all these bells and whistles seems to be hamburg specific.
modules_type in you build seems to always be 'mod', so no need
to track it.
the whole source_config things is not use in our build either.
note: this is a rough cut... there is probably left-over to trim as
a consequence of this.
|
|
|
|
|
|
|
|
|
|
|
|
|