$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-06-28 05:27:04
On Friday 27 June 2008 16:01:13 William Marié wrote:
>
> Hi,
>
> I would like to know how to change the name of a target, for instance i
> build the shared library plugone.dll ( debug mode ) but i want to rename it
> plugone_d.plg, with the "install dist" rule i managed to move it where i
> wanted but i still can't change its name.
> If i try to create the rule for the target with the final name it
> automatically replaces the extension ( plg ) with .dll. If someone knows how
> to do that ... ?
You need to use the <tag> feature. Top-level Jamroot of C++ Boost has
an example of the usage.
- Volodya