Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-04-17 05:29:23


Erik Purins wrote:

> I need debug compilations of a project with msvc to use the debug-store
> feature. I think of this as 'when toolset is msvc and variant is debug,
> set debug-store feature to database value'.
>
> Can someone please point me to
> a documented alternate syntax example
> for what I need to do? I was incorrectly trying
>
> : requirements
> <toolset>msvc:<variant>debug:<debug-store>database

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.

- Volodya

 


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