Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-31 04:01:52


Robert Ramey wrote:

> I notice that when I don't specify any particular features (or attributes
> or whatever they're called)
> I get a directory "debug"
>
> That's OK.
>
> But how do I know what setting are the default ones for the build?

For the features not yet present in docs, you only get that information
from sources.
 
> If I specify settings I DO get subdirectories like threading-multi etc.
> Will these be the same as the default ones if the features are set the sam
> as the defaults?

Assuming I understand the question correctly, no. For example, if a target is
built with threading=multi in properties, you get threading-multi in path,
and if target is built with threading=single, you get no extra path element.
For all purposes, it does not matter if you specify a value of feature explicitly,
or let it be defaulted.

- 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