$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: brock_peabody (bpyama_at_[hidden])
Date: 2003-10-18 10:41:30
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" ;
Thanks!
Brock