summaryrefslogtreecommitdiff
path: root/tools/boostdep/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/boostdep/build')
-rw-r--r--tools/boostdep/build/Jamfile.v215
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/boostdep/build/Jamfile.v2 b/tools/boostdep/build/Jamfile.v2
new file mode 100644
index 000000000..ea180ab60
--- /dev/null
+++ b/tools/boostdep/build/Jamfile.v2
@@ -0,0 +1,15 @@
+# Copyright 2014, 2015 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 : default-build release ;
+
+exe boostdep : ../src/boostdep.cpp /boost//filesystem ;
+
+install dist-bin : boostdep : <location>../../../dist/bin ;
+explicit dist-bin ;
+
+alias install : dist-bin ;
+explicit install ;