Add Windows file version information to libpq/test programs.
Back-patch to v15, the first version to install these programs. Discussion: https://postgr.es/m/20220501080706.GA1542365@rfd.leadboat.com
This commit is contained in:
parent
207fc033bd
commit
8b042df51e
@ -1,5 +1,8 @@
|
|||||||
# src/interfaces/libpq/test/Makefile
|
# src/interfaces/libpq/test/Makefile
|
||||||
|
|
||||||
|
PGFILEDESC = "libpq test program"
|
||||||
|
PGAPPICON = win32
|
||||||
|
|
||||||
subdir = src/interfaces/libpq/test
|
subdir = src/interfaces/libpq/test
|
||||||
top_builddir = ../../../..
|
top_builddir = ../../../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
@ -15,5 +18,7 @@ PROGS = libpq_testclient libpq_uri_regress
|
|||||||
|
|
||||||
all: $(PROGS)
|
all: $(PROGS)
|
||||||
|
|
||||||
|
$(PROGS): $(WIN32RES)
|
||||||
|
|
||||||
clean distclean maintainer-clean:
|
clean distclean maintainer-clean:
|
||||||
rm -f $(PROGS) *.o
|
rm -f $(PROGS) *.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user