$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-18 06:10:16
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 ;
The options supported for all toolsets are <cflags>, <cxxflags>,
<compileflags> (flags both for C and C++ )and <linkflags>.
I think this makes the interfaces much more regular.
- Volodya