$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Deane Yang (deane_yang_at_[hidden])
Date: 2005-11-21 16:34:31
Another dumb question:
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?
(Feel free to tell me to RTFM but please tell me where)