$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] how to get a different output location for lib and obj files?
From: Fadi Beyrouti (fbeyrout_at_[hidden])
Date: 2009-09-20 17:02:23
Brian Ravnsgaard Riis <brian <at> ravnsgaard.net> writes:
> Not directly, I think. However:
>
> lib a ... ;
> lib b ... ;
> lib c ... ;
>
> install stage
> : a b c
> : <location>./stage
> ;
>
> Then "bjam stage" will copy your libraries to ./stage from your project
> root (and even build them first if needed).
>
> HTH
> /Brian
>
>
I guess that can do the trick :)
Thanks
-- Fadi,