Boost logo

Boost-Build :

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

 


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