$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-09-19 13:59:38
Vladimir Prus wrote:
> On Monday 18 September 2006 13:35, Bojan Resnik wrote:
>>> Hi,
>>> I've just committed the attached, that allows a project or a target
>>> to remove an inherited requirement. The syntax is:
>>>
>>> project : requirements -<threading>multi ;
>>>
>>> or
>>>
>>> exe hello : hello.cpp : -<threading>multi ;
I've finally got around to testing this out, and confirmed that all the msvc
lib names are coming out OK now.
Many thanks,
John.