2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00
Jurko Gospodnetić 49ecdc7c1e 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 : xxx//some-obj ;

as opposed to:

  use-project xxx : ../external/some-project ;
  exe a : /xxx//some-obj ;

[SVN r79931]
2012-08-08 17:31:08 +00:00
2004-11-29 07:29:19 +00:00
2011-03-20 09:55:24 +00:00
2011-03-27 11:28:55 +00:00
Description
Mirrored via gitea-mirror
39 MiB
Languages
C++ 73.8%
Python 22.6%
C 1.6%
Batchfile 0.7%
Shell 0.6%
Other 0.6%