diff options
| author | Noah Misch <noah@leadboat.com> | 2014-07-14 14:07:52 -0400 |
|---|---|---|
| committer | Noah Misch <noah@leadboat.com> | 2014-07-14 14:07:52 -0400 |
| commit | 0ffc201a51395ca71fe429ef86c872850a5850ee (patch) | |
| tree | 982984e5beda2ea095400c604acf519b5103e82e /contrib/pg_test_fsync | |
| parent | c0e8fb6148ce9c539f6fbde71faa955cab85f214 (diff) | |
Add file version information to most installed Windows binaries.
Prominent binaries already had this metadata. A handful of minor
binaries, such as pg_regress.exe, still lack it; efforts to eliminate
such exceptions are welcome.
Michael Paquier, reviewed by MauMau.
Diffstat (limited to 'contrib/pg_test_fsync')
| -rw-r--r-- | contrib/pg_test_fsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_test_fsync/Makefile b/contrib/pg_test_fsync/Makefile index b4564290988..15afba76829 100644 --- a/contrib/pg_test_fsync/Makefile +++ b/contrib/pg_test_fsync/Makefile @@ -4,7 +4,7 @@ PGFILEDESC = "pg_test_fsync - test various disk sync methods" PGAPPICON = win32 PROGRAM = pg_test_fsync -OBJS = pg_test_fsync.o +OBJS = pg_test_fsync.o $(WIN32RES) ifdef USE_PGXS PG_CONFIG = pg_config |
