Jamfile 627 B

12345678910111213141516
  1. #==============================================================================
  2. # Copyright (c) 2001-2011 Joel de Guzman
  3. # Copyright (c) 2001-2011 Hartmut Kaiser
  4. # Copyright (C) 2011 Bryce Lelbach
  5. #
  6. # Distributed under the Boost Software License, Version 1.0. (See accompanying
  7. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  8. #==============================================================================
  9. project spirit-support-example
  10. : requirements <toolset>gcc:<c++-template-depth>300
  11. :
  12. :
  13. ;
  14. exe multi_pass : multi_pass.cpp ;
  15. exe parse_sexpr : utree/parse_sexpr.cpp ;