$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-30 15:24:47
Jeffrey Holle wrote:
> 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?
Please provide a complete example reproducing this, as an archive.
- Volodya