]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/doc/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / filesystem / doc / Jamfile.v2
1 # Boost Filesystem Library Example Jamfile
2
3 # Copyright Beman Dawes 2010
4
5 # Distributed under the Boost Software License, Version 1.0.
6 # See www.boost.org/LICENSE_1_0.txt
7
8 # Library home page: http://www.boost.org/libs/filesystem
9
10 project
11 : requirements
12 <library>/boost/filesystem//boost_filesystem
13 <library>/boost/system//boost_system
14 <toolset>msvc:<asynch-exceptions>on
15 <link>static
16 ;
17
18 exe path_table : path_table.cpp ;
19 install path_table-copy : path_table : <location>. ;
20
21 ###############################################################################
22 alias boostdoc ;
23 explicit boostdoc ;
24 alias boostrelease ;
25 explicit boostrelease ;