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/example/versioned/jamfile.jam

# (C) Copyright Rene Rivera, 2003.
#
# See accompanying license for terms and conditions of use.
#

#~ exe hello : hello.cpp : <version>1.0 ;
lib hello : hello.cpp : <version>1.0 ;

symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ;
symlink links/hello_release : hello/<variant>release ;