Add Windows file version information to libpq/test programs.
authorNoah Misch <[email protected]>
Sun, 3 Jul 2022 20:07:17 +0000 (13:07 -0700)
committerNoah Misch <[email protected]>
Sun, 3 Jul 2022 20:07:17 +0000 (13:07 -0700)
Back-patch to v15, the first version to install these programs.

Discussion: https://postgr.es/m/20220501080706[email protected]

src/interfaces/libpq/test/Makefile

index 1f75b73b8c1a37c9aebd771880c9c6d74ba45078..75ac08f943d9a4a13289b739307fd971f010eb5e 100644 (file)
@@ -1,5 +1,8 @@
 # src/interfaces/libpq/test/Makefile
 
+PGFILEDESC = "libpq test program"
+PGAPPICON = win32
+
 subdir = src/interfaces/libpq/test
 top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global
@@ -15,5 +18,7 @@ PROGS = libpq_testclient libpq_uri_regress
 
 all: $(PROGS)
 
+$(PROGS): $(WIN32RES)
+
 clean distclean maintainer-clean:
    rm -f $(PROGS) *.o