$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Mark Evans (evans_mark_at_[hidden])
Date: 2006-02-11 10:57:56
I confirmed this problem on my system.
lib : : <conditional>@sources ;
when "bjamed" does nothing other than indicate nnn targets found. Change this to:
exe : : <conditional>@sources ;
causes the sources returned by [ sources ] to be compiled.
Anyone have a fix? I was hoping to exploit this feature.
Regards,
Mark
Jaroslav Gresula <jgresula_at_[hidden]> wrote:It seems to me that the feature does not work for lib targets.