$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Changed library naming?
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-03-25 14:05:25
Has someone changed the library naming scheme in Trunk?
Libraries are getting named boost_regex-mt-1_47.dll rather than
boost_regex-mt-1_47_0.dll as before, which breaks the auto-linking code. I
can change the latter to match, but I need to be sure this is a deliberate
change, as any change to the library naming scheme is very likely to break
stuff... not just the auto-link code but users scripts too.
Thanks, John.