• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
8project boost/exception
9    : source-location ../src
10    : requirements <link>static
11    ;
12
13lib boost_exception : clone_current_exception_non_intrusive.cpp ;
14boost-install boost_exception ;
15