Fix build break when VS2015 is not installed. (#14948)
authorVance Morrison <vancem@microsoft.com>
Fri, 10 Nov 2017 00:52:57 +0000 (16:52 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2017 00:52:57 +0000 (16:52 -0800)
commit63e363cbf1f64024ec2b36005ea98e3d7d56f940
tree670062fd051a9cd9d41636ffc2751543d244d63b
parentf1939c90aed599c107b44ef26b5db5b417860ed4
Fix build break when VS2015 is not installed. (#14948)

* Fix build break when VS2015 is not installed.

If you ONLY install VS2017 (now the common scneario)
and build coreclr, it will fail  with COM with a Class_Not_Registered error

This is because a build-tools package is depending on an old COM object
that has gone way in VS2017.

While we sort getting a proper fix, this makes the work-around (which
is registering the DLL by hand) discoverable.

See https://github.com/dotnet/coreclr/issues/11305 for details.

* typo
build.cmd