Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-12-01 02:35:15


Hi Zbynek,

> Is there a way to say that I want to place the binaries outside of my
> source tree? I've searched the manual but found no trace of it. Thanks.

You can use the 'build-dir' project attribute, described in

http://boost.sourceforge.net/boost-build2/boost_build_v2.html#project_rule

for example

project
: build-dir /tmp/my_build_dir
;

This is not 100% satisfactory solution, e.g. if building from read-only
medium, you can't tweak Jamfile so that binaries are placed to read-write
location, but might work for you.

> Zbynek
> PS. There is a broken link there pointing to "#target_paths"

Thanks for pointing out... need to figure out where the link target has
gone ;-)

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk