Boost logo

Boost-Build :

From: Leaf Garland (Leaf_at_[hidden])
Date: 2003-11-21 06:22:46


Hello,

I'm trying to figure out how to set default project wide values for things
like include directories but with different values for certain toolsets. At
first I thought I could use a conditional property like this:

project :
requirements
<toolset>msvc:<include>/foo/bar
<toolset>gcc:<include>/foo_gcc/bar ;

That doesn't seem to work, it works fine within an 'exe' target.

So what would be the best way to set something like this?

Cheers,
Leaf.

 


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