summaryrefslogtreecommitdiff
path: root/tools/boostdep/src/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/boostdep/src/Jamfile.v2')
-rw-r--r--tools/boostdep/src/Jamfile.v217
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/boostdep/src/Jamfile.v2 b/tools/boostdep/src/Jamfile.v2
deleted file mode 100644
index 4cd3de3f48..0000000000
--- a/tools/boostdep/src/Jamfile.v2
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2014 Peter Dimov
-#
-# Distributed under the Boost Software License, Version 1.0.
-# See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt
-
-project boostdep ;
-
-exe boostdep :
- # sources
- boostdep.cpp
- /boost//filesystem :
- # requirements
- :
- # default build
- <variant>release
- ;