Boost logo

Boost-Build :

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.


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