Boost logo

Boost-Build :

From: Jeffrey Holle (jeffreyholle_at_[hidden])
Date: 2007-07-30 15:01:07


I am using Boost.Build V2 (Milestone 11) Boost.Jam 03.1.15.

I've discovered a strange behavior with a lib rule. It is:

lib somelib : : <variant>debug:<file>....
                 <variant>release:<file>...
             : : <define>FOO ;
When I use such a rule building an exe, the FOO definition only shows up
in the release build.

Is this as intended? Is there a work around?


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