Boost logo

Boost-Build :

From: Felipe Magno de Almeida (felipe.m.almeida_at_[hidden])
Date: 2007-12-16 17:38:30


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 ?

-- 
Felipe Magno de Almeida

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