Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.

tools/build/v2/test/project-test3/lib2/Jamfile


project lib2 ;
use-project /lib2/helper : helper ;

make c.obj : c.cpp : yfc-compile ;
make d.obj : d.cpp : yfc-compile ;
make l.exe : c.obj ..//a.obj : yfc-link ;