Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8b042df

Browse files
committed
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
1 parent 207fc03 commit 8b042df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/interfaces/libpq/test/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# src/interfaces/libpq/test/Makefile
22

3+
PGFILEDESC = "libpq test program"
4+
PGAPPICON = win32
5+
36
subdir = src/interfaces/libpq/test
47
top_builddir = ../../../..
58
include $(top_builddir)/src/Makefile.global
@@ -15,5 +18,7 @@ PROGS = libpq_testclient libpq_uri_regress
1518

1619
all: $(PROGS)
1720

21+
$(PROGS): $(WIN32RES)
22+
1823
clean distclean maintainer-clean:
1924
rm -f $(PROGS) *.o

0 commit comments

Comments
 (0)