$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-12-17 01:59:52
On Monday 17 December 2007 01:38:30 Felipe Magno de Almeida wrote:
> Hi,
>
> How do I set that the propagation of a feature should be ignored from
> that library, and actually use the propagation from the depender of my
> library.
>
> As this:
>
> lib a ;
> lib b : a : <link>static ;
> lib c : b ;
>
> bjam c link=shared
> I would like a to use link=shared, and for
> bjam c link=static
> I would like a to use link=static
>
> Is this possible without a custom-target ?
No.
- Volodya