Selaa lähdekoodia

merged from build-development branch

[SVN r11375]
Dave Abrahams 24 vuotta sitten
vanhempi
sitoutus
bad87ff3a3
1 muutettua tiedostoa jossa 3 lisäystä ja 15 poistoa
  1. 3 15
      Jamfile

+ 3 - 15
Jamfile

@@ -1,17 +1,5 @@
-# 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 ;
+subinclude libs/thread/build ;
+subinclude libs/python/build ;
+subinclude status ;

粤ICP备19079148号