$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-11-20 08:33:34
Dave, these are good, I like them :-)
The main thing I noticed is that you give the msvc toolset name as simply
"msvc", but if you build with
bjam toolset=msvc
then the libraries won't have the msvc version number in them and
auto-linking won't work :-(
Maybe lable the toolset as "msvc-x.y" and then define valid values for x and
y in the text?
John.