$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Sean Huang (huangsean_at_[hidden])
Date: 2007-10-03 21:18:21
Is this behavior intentional or a bug? Looks like the 'd' is only added for
<variant>debug.
> -----Original Message-----
> I created a variant based on debug variant lie this:
>
> Variant MyDebug : debug : $(MyDebugSettings) ;
>
> Unfortunately the names of the libraries I got do not have the 'd' key
> as I expected. I had to manually change the library names to make
> autolink work.
>
> Is there any way to work around this?
>