Boost logo

Boost-Build :

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

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk