Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6a5158

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 parent22a67fd commitb6a5158

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
cleandistcleanmaintainer-clean:
1924
rm -f$(PROGS)*.o

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp