Finish adding file version information to installed Windows binaries.
Noah Misch <noah@leadboat.com>
Finish adding file version information to installed Windows binaries. In support of this, have the MSVC build follow GNU make in preferring GNUmakefile over Makefile when a directory contains both. Michael Paquier, reviewed by MauMau.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/snowball/Makefile | modified | +4 −1 |
| src/interfaces/ecpg/test/Makefile | modified | +3 −2 |
| src/test/isolation/Makefile | modified | +5 −2 |
| src/test/regress/GNUmakefile | modified | +5 −2 |
| src/timezone/Makefile | modified | +4 −1 |
| src/tools/msvc/clean.bat | modified | +6 −0 |
| src/tools/msvc/Mkvcbuild.pm | modified | +12 −3 |
| src/tools/msvc/Project.pm | modified | +27 −11 |