$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-21 07:31:03
John Maddock wrote:
>> You don't. Look for the special-requirements rule in several of the
>> libs/test/Jamfiles, e.g. the one for multi_index. You can follow that
>> example.
>
> At present that's overkill for what I need, and anyway this will all
> change with bbv2 right?
Yes, you'd have just:
<toolset>borland:<runtime-link>static
and this will match all versions of borland.
- Volodya