$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-03-13 02:49:19
On Monday 12 March 2007 19:10, aulwelling_at_[hidden] wrote:
> I haven't had much luck with descriptive questions so I'll keep this one
> short.
Which "descriptive questions" you have in mind? If there's some
unanswered email, then pinging it it usually effective.
> I have a custom rule that calls the lib rule. From my custom rule I
> need to know path where all generated files will go for the current
> target (.o, .so, etc.). How do I get this path?
I don't know how you've defined the rule, but you generally cannot
find that out, because bjam might be invoked with 10 different
sets of properties.
Inside a custom generator, once some virtual target are created,
calling 'path' method on them will work.
- Volodya