Jamfile.v2 287 B

123456789
  1. # Copyright Daniel James 2005. Use, modification, and distribution are
  2. # subject to the Boost Software License, Version 1.0. (See accompanying
  3. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. run books.cpp ;
  5. run point.cpp ;
  6. run portable.cpp ;
  7. run template.cpp ;