Clarify the regexp used to detect source files in MSVC builds.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: ce01548d4fdbc06dce59f90a3e4598162b1e8ea1
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-12-17T19:55:26Z
Releases: 9.5.0
Clarify the regexp used to detect source files in MSVC builds.

The old pattern would match files with strange extensions like *.ry or
*.lpp. Refactor it to only include files with known extensions, and to make
it more readable.

Per Andrew Dunstan's suggestion.

Files

PathChange+/−
src/tools/msvc/MSBuildProject.pm modified +1 −1
src/tools/msvc/VCBuildProject.pm modified +1 −1