summaryrefslogtreecommitdiff
path: root/src/third_party/boost/libs/filesystem/v3/example/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost/libs/filesystem/v3/example/Jamfile.v2')
-rw-r--r--src/third_party/boost/libs/filesystem/v3/example/Jamfile.v227
1 files changed, 27 insertions, 0 deletions
diff --git a/src/third_party/boost/libs/filesystem/v3/example/Jamfile.v2 b/src/third_party/boost/libs/filesystem/v3/example/Jamfile.v2
new file mode 100644
index 00000000000..2d2ea27fcd8
--- /dev/null
+++ b/src/third_party/boost/libs/filesystem/v3/example/Jamfile.v2
@@ -0,0 +1,27 @@
+# Boost Filesystem Library Example Jamfile
+
+# (C) Copyright Vladimir Prus 2003
+
+# Distributed under the Boost Software License, Version 1.0.
+# See www.boost.org/LICENSE_1_0.txt
+
+# Library home page: http://www.boost.org/libs/filesystem
+
+project
+ : requirements
+ <library>/boost/filesystem//boost_filesystem
+ <library>/boost/system//boost_system
+ <toolset>msvc:<asynch-exceptions>on
+ <link>static
+ ;
+
+exe tut0 : tut0.cpp ;
+exe tut1 : tut1.cpp ;
+exe tut2 : tut2.cpp ;
+exe tut3 : tut3.cpp ;
+exe tut4 : tut4.cpp ;
+exe tut5 : tut5.cpp ;
+exe path_info : path_info.cpp ;
+exe file_status : file_status.cpp ;
+
+install bin : file_status ; #invoke via "bjam", not "bjam install"