]> granicus.if.org Git - postgresql/commit
Clarify the regexp used to detect source files in MSVC builds.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 17 Dec 2014 19:55:26 +0000 (21:55 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 17 Dec 2014 19:55:26 +0000 (21:55 +0200)
commitce01548d4fdbc06dce59f90a3e4598162b1e8ea1
treeefc29197ca418c5a92a98b3071125953c47f247f
parentc340494235111fb87e46b11ca6a87a7a43795f0f
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.
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/VCBuildProject.pm