$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Dario Senic (dario.senic_at_[hidden])
Date: 2007-03-28 03:08:40
Phillip Seaver wrote:
>
> Maybe something like this?
>
> install dist : MyExe
> : <variant>release:<location>bin/release
> <variant>debug:<location>bin/debug
> ;
>
> As far as I know, the "dist" above is just a name -- it has nothing to
> do with where the files end up.
>
> Hope this helps,
>
> Phillip
Thank you. That is just what i wanted.