Jamfile 503 B

1234567891011121314151617
  1. # Boost.Build top level library build Jamfile
  2. # See tools/build/index.html for documentation.
  3. # This file tells the build system which subdirectories contain the detail Jamfiles
  4. # which supply specifics for each Boost library needing to be built.
  5. # For the top level regression test Jamfile, see the status sub-directory.
  6. project-root ;
  7. # Maintainers: please keep the following in alphabetic order.
  8. # WARNING: SPACES ARE SIGNIFICANT!
  9. #subinclude libs/python/build ;
  10. subinclude libs/regex/build ;
粤ICP备19079148号