$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-02-20 03:27:35
Johan RÃ¥de wrote:
> Vladimir Prus wrote:
>
>> Instead, request the specific variant you want,
>> like:
>>
>> bjam link=static threading=multi toolset=msvc-7.1
>>
>> - Volodya
>
> Question 1: How do I specify that the build should use a dynamic CRT?
In general, see answer to question 2. But dynamic CRT is used by default, anyway.
>
> Question 2: Where do I find the answers to questions such a Question 1?
> The get started guide contains to little info, the reference manual too much.
In Boost.Build documentation. Namely:
http://boost.org/boost-build2/doc/html/bbv2/advanced/builtins/features.html
- Volodya