On Friday 06 April 2007 09:55, Vladimir Prus wrote:
> On Friday 06 April 2007 01:24, Jeffrey Holle wrote:
> > I'm using Boost.Build V2 (Milestone 11) Boost.Jam
03.1.14
> >
> > As per http://www.boost.org/doc/html/bbv2/recipies/site-con
fig.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?
>
> Because in M11, site-config is not made a project
automatically.
> In the nightly build version (http://boost.org/boost-
build2), both
> site-config and user-config are projects already, so
the first
> three lines are not neccessary.
Correction: first two lines. You still need
project site-config ;
line. I have a doc change for this waiting to be committed.
- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|