Jamfile 629 B

1234567891011121314151617181920
  1. # (C) Copyright Tobias Schwinger
  2. #
  3. # Use, modification and distribution are subject to the Boost Software License,
  4. # Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
  5. #-------------------------------------------------------------------------------
  6. exe interpreter_example : interpreter_example.cpp ;
  7. exe result_of_example : result_of_example.cpp ;
  8. exe interface_example : interface_example.cpp ;
  9. exe fast_mem_fn_example : fast_mem_fn_example.cpp
  10. : <include>. ; # needed for Boost.PP file iteration with some compilers
  11. exe macro_type_args_example : macro_type_args_example.cpp ;