Restored signifcance of the MS tools not being available, as this only occurs when running a configuration that would try to use them.
--- a/common/tools/brag/sbsToBrag.pl Tue Dec 08 13:47:39 2009 +0000
+++ b/common/tools/brag/sbsToBrag.pl Tue Dec 08 14:07:03 2009 +0000
@@ -156,7 +156,6 @@
{regexp => qr{No such file or directory$}, severity => "major"},
{regexp => qr{Can't find mmp file}, severity => "minor"},
{regexp => qr{The make-engine exited with errors}, severity => "critical"},
- {regexp => qr{tool 'MS_.+?' from config '.*' did not return version '.*' as required\.}, severity => "inconsequential"},
{regexp => qr{tool '.+?' from config '.*' did not return version '.*' as required\.}, severity => "critical"},
{regexp => qr{Unknown build configuration '.*'}, severity => "critical"},
{regexp => qr{No build configurations given}, severity => "critical"},
@@ -164,7 +163,6 @@
{regexp => qr{Could not export}, severity => "minor"},
{regexp => qr{Could not export}, severity => "minor"},
{regexp => qr{Source zip for export does not exist:}, severity => "minor"},
- {regexp => qr{^(INCLUDE|LIB) is not set in the environment and has no default}, severity => "inconsequential"},
);
foreach (@messageInterpretation)