Обсуждение: pgsql: Clarify the regexp used to detect source files in MSVC builds.

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ce01548d4fdbc06dce59f90a3e4598162b1e8ea1

Modified Files
--------------
src/tools/msvc/MSBuildProject.pm |    2 +-
src/tools/msvc/VCBuildProject.pm |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)