$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Xavier Pegenaute (xpegenaute_at_[hidden])
Date: 2008-04-29 06:45:03
Hi,
I have the next scenario:
-------------------
lib A
:
A.cpp
: :
: <include>. ;
lib B
:
B.cpp
: :
: <include>. ;
alias libAB
:
.//A
.//B
: ;
exe program : program.cpp libAB ;
------------------
With this configuration I can generate "program" dynamically and
statically with the libraries A,B.
But I would like to have also the possibility to generate a dynamic
program linked dynamically to libAB (only this library).
Is there some way to do it without create a lib instance repeating the
sources from A and B?
Thanks & Regards.
Xavi.