aboutsummaryrefslogtreecommitdiff
path: root/build/context
diff options
context:
space:
mode:
Diffstat (limited to 'build/context')
-rw-r--r--build/context22
1 files changed, 22 insertions, 0 deletions
diff --git a/build/context b/build/context
new file mode 100644
index 0000000..4c86b14
--- /dev/null
+++ b/build/context
@@ -0,0 +1,22 @@
+// file : build/context -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BUILD_CONTEXT
+#define BUILD_CONTEXT
+
+#include <build/path>
+
+namespace build
+{
+ extern path work;
+ extern path home;
+
+ extern path src_root;
+ extern path out_root;
+
+ extern path src_base;
+ extern path out_base;
+}
+
+#endif // BUILD_CONTEXT