Use a slightly more liberal regex to detect Visual Studio version

Andrew Dunstan <andrew@dunslane.net>

Commit: 4c9239d08a87b8e4a5f9731c29993f9976aa824f
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2020-04-17T18:56:56Z
Releases: 9.6.18
Use a slightly more liberal regex to detect Visual Studio version

Apparently in some language versions of Visual Studio nmake outputs some
material after the version number and before the end of the line. This
has been seen in Chinese versions. Therefore, we no longer demand that
the version string comes at the end of a line.

Per complaint from Cuiping Lin.

Backpatch to all live branches.

Files

PathChange+/−
src/tools/msvc/VSObjectFactory.pm modified +1 −1