$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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