$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-12-05 10:51:39
Rene Rivera wrote:
> [2002-12-05] David Abrahams wrote:
>
>>How about
>>
>>
>> <link-to>shared
>> <link-to>static
>> <link-to>maximum-static, or <link-to>all-static
>
>
> OK by me :-)
I'm probably missing something: will this property still
affect whether we build static or shared libraries?
Say I have:
lib a : a.cpp ;
I guess that issuing
bjam link-to=static
If I want to build static version of "a" is
confusing.
- Volodya