$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Nicola Musatti (Nicola.Musatti_at_[hidden])
Date: 2006-11-17 08:13:25
Hallo,
with BBv1 I could either use a release generic toolset as TOOLS=borland and have
BB pick up the compiler from the environment, or a release specific toolset as
TOOLS=borland-5_6_4 and have BB pick up the explicitly configured compiler. In
the first case I would get release generic filenames as
boost_thread-bcb-mt-d-1_34.dll while in the second case I'd get release specific
filenames as boost_thread-bcb56-mt-d-1_34.dll .
If I understood correctly this is not possible anymore, because you cannot
configure a generic toolset together with specific ones for the same compiler.
Would it be possible to have this functionality back?
Thank you,
Nicola Musatti