summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules15
1 files changed, 15 insertions, 0 deletions
diff --git a/Jamrules b/Jamrules
new file mode 100644
index 0000000000..9c4226eaa8
--- /dev/null
+++ b/Jamrules
@@ -0,0 +1,15 @@
+# Boost.Build top level Jamrules
+
+# See tools/build/index.html for documentation.
+project boost ;
+
+# Set some important global variables if they haven't already been set by the
+# user on the command-line or in the environment
+
+# Establish this as the root of the boost installation. Most targets will want
+# $(BOOST_ROOT) in their #include path.
+path-global BOOST_ROOT : . ;
+
+# The current version of Boost.
+BOOST_VERSION ?= 1.32.0 ;
+