$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Erik Purins (erik_at_[hidden])
Date: 2004-04-17 16:38:14
> Hi Erik,
> the right syntax is
>
> <toolset>msvc,<variant>debug:<debug-store>database
>
> (Note the command between condition elements). I hope it will work, if not,
> let us know.
Thanks for your help; now I found the section on
condition elements in the documentation.
I tried this line in the requirements of my project's root jamfile;
libraries included in a lib target sources list are invoked with /Z7,
not the build flag /Zi expected. When I use only one conditional property,
the /Zi flag is used as expected.
I tried this line in the requirements of the library's jamfile directly,
and this also failed.
-e