Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-12-17 09:37:41


Zbynek Winkler wrote:
> >>Thanks, but I was hoping for something less intrusive. Can I add feature
> >>only for my project? I do not want to modify the core bjam because then
> >>my project could be compiled only by my bjam.
> >
> > Sure! You can put the definition of new feature in your own module, drop
> > that module at the project root and import it from project-root.jam.
>
> Ok. I was not *that* hard ;-). My questions follow.
>
> Now I get separate build directories for debug, double and fixed but not
> float. What can I do to make all the <arit> values "equal"?

Hi Zbynek,
for that, you can use 'symmetric' attribute, like this:

feature arit : float double fixed debug : propagated link-incompatible
composite
symmetric ;

HTH,
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