mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
* new/toolset.jam (flags): Add 'unchecked' parameter, too allow declaring flags for other modules. * new/builtin.jam: Don't declare LIBRARY_PATH_OPTION. * new/borland.jam: Use flags to declare LIBRARY_PATH_OPTION and LIBRARY_OPTION. * new/msvc.jam: Use flags to declare LIBRARY_PATH_OPTION and LIBRARY_OPTION. [SVN r18222]
Development code for new build system. To run unit tests for jam code, execute: bjam --debug --build-system=test Comprehensive tests require Python. See ../test/readme.txt