浏览代码

Initial commit

[SVN r10717]
Beman Dawes 25 年之前
父节点
当前提交
1400d23657
共有 1 个文件被更改,包括 17 次插入0 次删除
  1. 17 0
      Jamfile

+ 17 - 0
Jamfile

@@ -0,0 +1,17 @@
+# Boost.Build top level library build Jamfile
+
+# See tools/build/index.html for documentation.
+
+# This file tells the build system which subdirectories contain the detail Jamfiles
+# which supply specifics for each Boost library needing to be built.
+
+# For the top level regression test Jamfile, see the status sub-directory.
+
+project-root ;
+
+# Maintainers: please keep the following in alphabetic order.
+
+# WARNING: SPACES ARE SIGNIFICANT!
+
+#subinclude libs/python/build ;
+subinclude libs/regex/build ;

粤ICP备19079148号