summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/threadpool/libs/threadpool/test/compile_all/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/threadpool/libs/threadpool/test/compile_all/Jamfile.v2')
-rw-r--r--graphics/asymptote/LspCpp/third_party/threadpool/libs/threadpool/test/compile_all/Jamfile.v211
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/threadpool/libs/threadpool/test/compile_all/Jamfile.v2 b/graphics/asymptote/LspCpp/third_party/threadpool/libs/threadpool/test/compile_all/Jamfile.v2
deleted file mode 100644
index e14c124a8d..0000000000
--- a/graphics/asymptote/LspCpp/third_party/threadpool/libs/threadpool/test/compile_all/Jamfile.v2
+++ /dev/null
@@ -1,11 +0,0 @@
-
-project
- : requirements
- <include>../../../..
- <library>/boost/thread//boost_thread
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <link>static
- ;
-
-exe compile_all : compile_all.cpp ;