$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Joao Abecasis (jpabecasis_at_[hidden])
Date: 2005-03-17 20:30:09
Joao Abecasis wrote:
> The problem I have now is that I must get the full path to the generated
> executable, in order to invoke it. Right now, the following is working
> for me:
>
> quickbook-binary = [ path.join
> [ $(target).path ]
> [ $(target).name ]
> ]
> ;
Looks like this is missing at least a [ path.native ... ] wrapper.
Anyway, my original question was motivated by a comment stating the path
rule is private. On second reading it seems it is marked as "private"
only in the "abstract base class" virtual-target.
Best,
João