diff options
author | Noah Misch <noah@leadboat.com> | 2014-08-18 22:59:53 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2014-08-18 22:59:53 -0400 |
commit | ee9569e4df1c3bdb6858f4f65d0770783c32a84d (patch) | |
tree | 4abc544d89e41c6bccbc01eb578919411fcd1461 /src/interfaces/ecpg/test | |
parent | fb2aece8ae4e6f23310d7c87c7da3fec6f5df3a1 (diff) |
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.
Diffstat (limited to 'src/interfaces/ecpg/test')
-rw-r--r-- | src/interfaces/ecpg/test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile index 56f6a17c34e..387729bda34 100644 --- a/src/interfaces/ecpg/test/Makefile +++ b/src/interfaces/ecpg/test/Makefile @@ -1,5 +1,8 @@ # src/interfaces/ecpg/test/Makefile +PGFILEDESC = "ECPG Test - regression tests for ECPG" +PGAPPICON = win32 + subdir = src/interfaces/ecpg/test top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global @@ -13,8 +16,6 @@ override CPPFLAGS := \ '-DDLSUFFIX="$(DLSUFFIX)"' \ $(CPPFLAGS) -PGFILEDESC = "ECPG Test - regression tests for ECPG" - # where to find psql for testing an existing installation PSQLDIR = $(bindir) |