summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/log/config/xopen-source-600/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/log/config/xopen-source-600/Jamfile.jam')
-rw-r--r--src/boost/libs/log/config/xopen-source-600/Jamfile.jam16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/boost/libs/log/config/xopen-source-600/Jamfile.jam b/src/boost/libs/log/config/xopen-source-600/Jamfile.jam
new file mode 100644
index 00000000..0d744dcf
--- /dev/null
+++ b/src/boost/libs/log/config/xopen-source-600/Jamfile.jam
@@ -0,0 +1,16 @@
+#
+# Copyright Andrey Semashev 2017.
+# 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)
+#
+
+import project ;
+
+project /boost/log/xopen-source-600
+ : source-location .
+ : requirements
+ <pch>off
+ ;
+
+obj xopen_source_600 : xopen_source_600.cpp ;