Add 'use-project' calls so that project ids of all libraries are known.

[SVN r27384]
This commit is contained in:
Vladimir Prus 2005-02-15 08:05:22 +00:00
parent 21a4acbcbe
commit b6b7e90158

View file

@ -177,4 +177,12 @@ install stage : libs/$(libraries)/build
;
explicit install install-libs install-headers stage ;
# Make project ids of all libraries known.
for local l in $(libraries)
{
use-project /boost/$(l) : libs/$(l)/build ;
}