Преглед изворни кода
Bugfix: searched library was not found when
exe depended on obj and obj depended on a searched library.
Thanks to Caleb Epstein for the bug report.
* tools/builtin.jam
(searched-lib-generator.extra-usage-requirements): Remove
(archive-generator.run): Don't bother passing 'library-path' properties.
(linking-generator.run): Add propery library-path properties for
searched libraries.
* tools/unix.jam: Induced changes.
* test/searched_lib.py: New test.
[SVN r26486]