$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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