$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jeffrey Holle (jeffreyholle_at_[hidden])
Date: 2007-04-05 17:24:19
I'm using Boost.Build V2 (Milestone 11) Boost.Jam 03.1.14
As per http://www.boost.org/doc/html/bbv2/recipies/site-config.html,
I've added to my site-config.jam file.
import project ;
project.initialize $(__name__) ;
project site-config ;
lib zlib : : <name>z ;
Why are the first three lines necessary?
What does $(__name__) refer to?