]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/example/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / filesystem / example / Jamfile.v2
1 # Boost Filesystem Library Example Jamfile
2
3 # (C) Copyright Vladimir Prus 2003
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 tut0 : tut0.cpp ;
19 exe tut1 : tut1.cpp ;
20 exe tut2 : tut2.cpp ;
21 exe tut3 : tut3.cpp ;
22 exe tut4 : tut4.cpp ;
23 exe tut5 : tut5.cpp ;
24 exe path_info : path_info.cpp ;
25 exe file_status : file_status.cpp ;
26 exe file_size : file_size.cpp ;
27 exe directory_symlink_parent_resolution : directory_symlink_parent_resolution.cpp ;