Boost logo

Boost-Build :

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


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk