$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-11-29 16:20:13
"Illescas, Erik A" <eailles_at_[hidden]> writes:
> I have a boost.build (version 2) project that builds my executable
> correctly. I would like to be able to invoke the build outside the
> project's directory. What steps are required to configure bjam to
> perform this task?
AFAIK you can't. If you need to avoid writing the project's
directory, you can use the --build-dir=xxxx option, though.
-- Dave Abrahams Boost Consulting www.boost-consulting.com