mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
* new/targets.jam: Considerably changed.
* new/project.jam: Projects now return project targets via 'target' rule.
Requirements are inherited. Renames 'subinclude(s)' to 'subproject(s)'.
(find-jamfile): Rewritten, which fixes some bugs.
* new/project-root/jam: (print): Sort projects first by they id, which
makes order more predictable.
* test/project-test1.py: Also run test from the 'project-test1' dir.
* test/project-test2.py: New test.
[SVN r13681]
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
|
|
project /boost-build-test-project-1/dir
|
|
: source-location src
|
|
: default-build release
|
|
;
|
|
|
|
main-target foo1 : <rtti>off ; |