Added a better Boost Build diagnostic error message when attempting to reference a target using an explicitly specified project id but without a leading slash ('/') character, e.g. as in:
use-project xxx : ../external/some-project ;
exe a : xxxsome-obj ;
as opposed to:
use-project xxx : ../external/some-project ;
exe a : /xxxsome-obj ;
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.