With boost.build it is possible to integrate different projects with each other. For instance, when you have a project which uses the Boost libraries you can merge both projects by stating use-project boost : /path/to/boost/sources ; in a Jamfile of your project. All build targets of the boost project are then accessible just like any [...]
boost.build unique feature
February 23rd, 2009 — article
Boost.Build
February 20th, 2009 — article
Recently I stumbled over Boost.Build which is a build system for C++ projects. Boost.Build is based on FT Jam which in turn is based on Perfoce Jam. I don’t know, which feature has been added by whom. Nevertheless what Boost.Build offers you is really what you ever wanted as a C++ developer.