|
Boost : |
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-02-15 13:30:26
Hartmut Kaiser wrote:
> Vladimir Prus wrote:
>>The right syntax is
>>
>> <toolset>vc-7.1:<rtti>off
>>
>>not
>>
>> <toolset>vc-7_1:<rtti>off
Actually, it should be:
<toolset>msvc-7.1:<rtti>off
since the VC++ toolset is called msvc in V2 and vc in V1.
Also, the line
<runtime-link>static
should be:
<link-runtime>static
Regards,
Reece
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk