$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-10-20 05:40:41
Vladimir Prus wrote:
>
> Hi,
> I've just committed a patch from Andre for gcc.jam, and a bit commit for other
> toolsets, which unifies handling of toolset options. Now the third parameter
> of all 'init' rules is 'options' which can accept a number of <name>value
> pairs. For example:
>
>
> using gcc : 3.3 : g++ : <cxxflags>-m64 <linkflags>-m64 ;
>
Can I find information on this somewhere in the documentation?