|
Boost-Build : |
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?
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk