$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-01 02:16:37
On Wednesday 01 March 2006 04:20, Gennadiy Rozental wrote:
> >> bjam "-sBUILD=<link>shared" boost_unit_test_framework
> >>
> >> builds both static and dynamic libs
> >
> > Very sorry, I was dealing with Boost v2 syntax.
>
> So how would proper command look with v1?
In V1, a given target is either static library, or a shared library. The
ability to select between static and shared linking was added only in V2.
- Volodya