$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jean-Pierre Bergamin (james_at_[hidden])
Date: 2008-04-03 17:40:42
Am Donnerstag, 3. April 2008 23:16:54 schrieb Igor Rubinov:
> > How do I compile static libarieswith bjam and vc 8.0? it only seems to
> > compile dlls, when I invoke bjam and it auto detects the toolset.
>
> try "link=static" option
Or build with the option --build-type=complete to build every combination of
debug/release and static/dynamic libs.
Regards
James