|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2002-10-10 07:25:47
Markus Schöpflin <markus.schoepflin_at_[hidden]> writes:
> Is there a way to tell boost.build to link some libraries static and
> some others dynamic when creating an executable?
I don't understand the question. There's a way to tell it to build
static libraries:
lib libname1 : source1.cpp ... ;
and a way to tell it to build dynamic libraries:
dll libname2 : source2.cpp ... ;
and a way to link them into an exe:
exe foo : source3.cpp <lib>libname1 <dll>libname2 ;
HTH?
-- David Abrahams * Boost Consulting dave_at_[hidden] * http://www.boost-consulting.com
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