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/inspect/build/Jamfile

# Inspect Jamfile

# � Copyright Beman Dawes, 2002
# Use, modification, and distribution is subject to the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)

subproject tools/inspect/build ;

exe inspect
  :
  ../inspect.cpp ../license_check.cpp ../link_check.cpp ../long_name_check.cpp ../tab_check.cpp ../crlf_check.cpp ../copyright_check.cpp
  <lib>../../../libs/filesystem/build/boost_filesystem
  <lib>../../../libs/regex/build/boost_regex
  :
  <sysinclude>$(BOOST_ROOT)
  :
        release
  ;