$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Default build
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-11-06 12:52:37
Gevorg Voskanyan wrote:
> Vladimir Prus wrote:
>> 1. Do you use the 'default build' project attribute.
>
> Yes
>
>> 2. Can you tell what properties are set there?
>
> : default-build debug <link>static
>
>> 3. Do you use that to specify multiple property sets?
>
> Sorry, I don't understand this question
I meant something like:
: default-build debug release
Here, since different values are specified for feature 'variant', everything will
be built twice.
- Volodya