$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] generator problems
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-03-23 12:40:06
AMDG
On 03/23/2012 09:21 AM, Nogradi, Chris wrote:
> Steven,
>
> Any more performance improvements in the works?
Yes! I think I know how to cut memory usage
another 20%.
> Is there any plan to add jam files as dependencies to the targets contained therein?
>
This should be be a fairly easy change, that
doesn't require engine changes. Actually,
you can do it from the jamfile itself easily:
project : requirements <dependency>$(__file__) ;
In Christ,
Steven Watanabe