$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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