$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2005-06-02 05:12:00
Vladimir Prus wrote:
>>Well conditionals do not work in combination with the rule-based <tag>.
>>Writing <variabt>debug:<tag>@debug-name results in some error in
>>modules.jam ;-(
>
>
> I think this use case was never considered. You can do all the checking
> in the tag rule anyway.
>
That's true.
> You'd need a call to virtual-target.add-suffix if you want to add the stock
> suffix. You probably also need to modify the name only for EXE targets.
thanks (again!) for your explanation. I understand it now.