Jamfile 587 B

12345678910111213141516
  1. #==============================================================================
  2. # Copyright (c) 2009 Chris Hoeppler
  3. #
  4. # Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. #==============================================================================
  7. project spirit_v2_repository/example_karma
  8. : requirements
  9. <c++-template-depth>300
  10. ;
  11. exe karma_confix : confix.cpp ;
  12. exe calc2_ast_dump_sr : calc2_ast_dump_sr.cpp ;
  13. exe mini_xml_karma_sr : mini_xml_karma_sr.cpp ;