$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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.