Jamfile.v2 320 B

12345678910111213
  1. # Jamfile.v2
  2. #
  3. # Copyright (c) 2009
  4. # Steven Watanabe
  5. #
  6. # Distributed under the Boost Software License, Version 1.0. (See
  7. # accompanying file LICENSE_1_0.txt or copy at
  8. # http://www.boost.org/LICENSE_1_0.txt)
  9. run die.cpp ;
  10. run weighted_die.cpp ;
  11. run password.cpp /boost//random ;
  12. run intersections.cpp /boost//random ;