Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-11-22 03:21:44


Deane Yang wrote:
> I want to install a library but name it according to the variant. So if
> I'm running "bjam release", I want the installed DLL to be named
> "mylib_release.dll" but if I'm running "bjam debug", I want the
> installed DLL to be named "mylib_debug.dll".
>
> How do I do this?

You can use <tag> to change the name based on different properties. I'm
not sure about where it is in the manual, but if you look in the root
Jamfile and in the BBv2 source code, you will find an example of how to
do this.

HTH,
- Reece

 


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