Jamfile.v2 585 B

1234567891011121314151617181920212223
  1. # Boost Filesystem Library Example Jamfile
  2. # Copyright Beman Dawes 2010
  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. <link>static
  10. ;
  11. exe path_table : path_table.cpp ;
  12. install path_table-copy : path_table : <location>. ;
  13. ###############################################################################
  14. alias boostdoc ;
  15. explicit boostdoc ;
  16. alias boostrelease ;
  17. explicit boostrelease ;