From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-12-09 15:53:50


David Abrahams wrote:
> Where is the analogous setting for bbv2?
>

You can set this using the project rule

project my-project
:
: build-dir path-to-my-derived-objects
;

or if you want to use an env.var.

BUILDDIR = [ modules.peek : ALL_LOCATE_TARGET ] ;
project my-project : : build-dir $(BUILDDIR) ;