$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-04-01 13:10:37
Rene Rivera wrote:
> You can only change the sources at target declaration time. Which means
> that the only kind of choices you can make are not based toolset, but
> could be based on the running platform.
After having read through the sources I almost assumed this.
> For more complicated test you would write your own rule.
By adding an additional
DEPENDS all : toolset-lib ;
I assume? Seems a hard way to go, if this would work anyways.
Since you did not comment on my second question about the requirements
to still support version 1 Jamfiles, do you know the proper place to
ask? Should I rather post this question to the devel list?
Roland