$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-20 00:34:29
brock_peabody wrote:
> Is there a way to say "I want all executables for this project to go
> to c:\my_exes"?
>
> Currently I am doing it by enumeration:
>
> stage exe : sub_project0 sub_project1 : <location>"c:\\myexes" ;
No. Although it was requested some time ago that "stage" be able to traverse
tree of targets, collecting the needed ones, which could solve your request.
Strangely enough, this request is planned for the next milestone, thought I
cannot even find it in the tracker. So... stay tuned.
- Volodya