summaryrefslogtreecommitdiff
path: root/src/third_party/boost/libs/filesystem/v3/example/test/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost/libs/filesystem/v3/example/test/Jamfile.v2')
-rw-r--r--src/third_party/boost/libs/filesystem/v3/example/test/Jamfile.v231
1 files changed, 0 insertions, 31 deletions
diff --git a/src/third_party/boost/libs/filesystem/v3/example/test/Jamfile.v2 b/src/third_party/boost/libs/filesystem/v3/example/test/Jamfile.v2
deleted file mode 100644
index 3b3dde5f45a..00000000000
--- a/src/third_party/boost/libs/filesystem/v3/example/test/Jamfile.v2
+++ /dev/null
@@ -1,31 +0,0 @@
-# Boost Filesystem Library Tutorial Jamfile
-
-# (C) Copyright Beman Dawes 2010
-# (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
- ;
-
-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 ;
-
-install tut1-copy : tut1 : <location>. ;
-install tut2-copy : tut2 : <location>. ;
-install tut3-copy : tut3 : <location>. ;
-install tut4-copy : tut4 : <location>. ;
-install tut5-copy : tut5 : <location>. ;
-install path_info-copy : path_info : <location>. ;
-