summaryrefslogtreecommitdiff
path: root/libs/context/config/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'libs/context/config/Jamfile.jam')
-rw-r--r--libs/context/config/Jamfile.jam17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/context/config/Jamfile.jam b/libs/context/config/Jamfile.jam
new file mode 100644
index 0000000000..a9a7b3f446
--- /dev/null
+++ b/libs/context/config/Jamfile.jam
@@ -0,0 +1,17 @@
+# Jamfile.jam
+#
+# Copyright 2012 Steven Watanabe
+#
+# 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 /boost/architecture ;
+
+obj 32 : 32.cpp ;
+obj 64 : 64.cpp ;
+
+obj power : power.cpp ;
+obj x86 : x86.cpp ;
+obj mips1 : mips1.cpp ;
+obj arm : arm.cpp ;