From: Phillip Seaver (phil_at_[hidden])
Date: 2005-09-08 13:43:07


This will cause everything to be built in subdirectories of ../bbuild
(relative to the Jamfile). Is that what you mean?

project x
: build-dir ../bbuild
# other project info
;

Phillip