Jamfile 585 B

123456789101112131415
  1. #==============================================================================
  2. # Copyright (c) 2001-2011 Joel de Guzman
  3. # Copyright (c) 2001-2012 Hartmut Kaiser
  4. # Copyright (c) 2011 Bryce Lelbach
  5. #
  6. # Use, modification and distribution is subject to the Boost Software
  7. # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. # http://www.boost.org/LICENSE_1_0.txt)
  9. #==============================================================================
  10. build-project karma ;
  11. build-project lex ;
  12. build-project qi ;
  13. build-project support ;
  14. build-project x3 ;