projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22a67fd
)
Add Windows file version information to libpq/test programs.
author
Noah Misch
<
[email protected]
>
Sun, 3 Jul 2022 20:07:17 +0000
(13:07 -0700)
committer
Noah 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
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/test/Makefile
b/src/interfaces/libpq/test/Makefile
index 1f75b73b8c1a37c9aebd771880c9c6d74ba45078..75ac08f943d9a4a13289b739307fd971f010eb5e 100644
(file)
--- a/
src/interfaces/libpq/test/Makefile
+++ b/
src/interfaces/libpq/test/Makefile
@@
-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