Boost logo

Boost-Build :

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

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk