$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2006-09-15 18:10:14
Hi,
I'd like to change the name of an executable when it's installed. Is
there a way to change the name of the exectuable that's installed
from the name defined in the exe rule?
For example:
exe noel : main.cpp ;
install stage
: noel
:
<location>$(my-place)/bin
<exe-as>noel.x
;
Something like an <exe-as> property for changing the exe name from
noel to noel.x? Or perhaps some other way to accomplish this?
Thanks.
-- Noel Belcourt