Jamfile.v2 454 B

1234567891011121314
  1. # Boost Exception Library build Jamfile
  2. #
  3. # Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
  4. #
  5. # Distributed under the Boost Software License, Version 1.0. (See accompanying
  6. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. project boost/exception
  8. : source-location ../src
  9. : requirements <link>static
  10. ;
  11. lib boost_exception : clone_current_exception_non_intrusive.cpp ;
  12. boost-install boost_exception ;