Jamfile 599 B

12345678910111213141516
  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. exe example_io : example_io.cpp ;
  8. obj error_info_1 : error_info_1.cpp ;
  9. obj error_info_2 : error_info_2.cpp ;
  10. obj cloning_1 : cloning_1.cpp ;
  11. obj cloning_2 : cloning_2.cpp : <threading>multi ;
  12. obj info_tuple : info_tuple.cpp ;
  13. obj enable_error_info : enable_error_info.cpp ;
  14. obj logging : logging.cpp ;
  15. obj errinfos : errinfos.cpp ;