$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Directory for binaries
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-10-02 08:02:47
On Thursday 02 October 2008 12:39:12 John Maddock wrote:
> Phillip Seaver wrote:
> >> I use the build-dir option for a project target in my jamroot file:
>
> No go: I can't edit the Jamroot file, since that's also on the network
> drive.
Will a solution like this work:
cd <some-dir-not-on-network-driver>
bjam --configure <source-path>
bjam
? Here, --configure will write a file 'project-config.jam' that
will we auto-read.
WDYT?
- Volodya