mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
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.
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user