Jamfile.v2 429 B

1234567891011121314151617
  1. # Boost Filesystem Library Bug report Jamfile
  2. # Copyright Beman Dawes 2014
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # See www.boost.org/LICENSE_1_0.txt
  5. # Library home page: http://www.boost.org/libs/filesystem
  6. project
  7. : requirements
  8. <library>/boost/filesystem//boost_filesystem
  9. ;
  10. exe bug : bug.cpp : <link>static ;
  11. # install in ./bin; invoke via "b2", not "b2 install"
  12. install bin : bug ;