$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-11-30 04:30:02
> 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?
I usually use the following to build my projects:
%BOOST_ROOT%\bjam --v2 -d0 ..
(note the two dots at the end - they are the relative path from the
current directory to Jamfile.v2)
-- Bojan Resnik