$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Deane Yang (deane_yang_at_[hidden])
Date: 2007-09-11 11:02:53
Rene Rivera wrote:
> Johan Nilsson wrote:
>> If you really need to do this based by platform as well (which shouldn't be
>> needed in this case):
>>
>> project
>> : requirements
>> <os>NT,<toolset>msvc:<asynch-exceptions>on
>> ...
>> ;
>
> Please use the more portable:
>
> <target-os>windows,<toolset>msvc:<asynch-exceptions>on
>
> :-)
>
Huh? Is this a recently added feature? Is it documented?