1# Boost Exception Library example 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 8exe example_io : example_io.cpp ; 9obj error_info_1 : error_info_1.cpp ; 10obj error_info_2 : error_info_2.cpp ; 11obj cloning_1 : cloning_1.cpp ; 12obj cloning_2 : cloning_2.cpp : <threading>multi ; 13obj info_tuple : info_tuple.cpp ; 14obj enable_error_info : enable_error_info.cpp ; 15obj logging : logging.cpp ; 16obj errinfos : errinfos.cpp ; 17