$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2005-11-22 02:03:40
Deane Yang wrote:
> "mylib_release.dll" but if I'm running "bjam debug", I want the
> installed DLL to be named "mylib_debug.dll".
Try this:
lib somelib : :
<variant>debug:<name>somelib-sd
<variant>release:<name>somelib-s ;
Best regards/Venlig hilsen,
Alexey Pakhunov.