Browse Source
* build/targets.jam
(project-target.generate)
(main-target.generate):
When returning targets, remove duplicates. Since all generates pass though
all targets they can't handle, it's possible that targets that are never
used (such as .dll on windows), bubble up and 'all' depends on it many
times, which might be inefficient.
[SVN r21218]