$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-22 09:27:41
Rene Rivera wrote:
> [2003-10-22] David Abrahams wrote:
> >Vladimir Prus <ghost_at_[hidden]> writes:
> >> OTOH, as far as generatated sources are concerned, I hope they'll soon
> >> be generated to "bin" directory, without any unnecessary "gcc" and
> >> "debug" parts.
> >
> >Are you certain that those parts will always be unneccessary?
>
> Aren't they neccessary now? How does it account for the possibility that
> one could generate sources that are different depending on the options of
> the target?
My idea was to modify appropriate generators (say, lex), so that it removes
properties which are not relevant. The generator should know what properties
are not relevant.
- Volodya