Skip to content

Commit 42344ad

Browse files
committed
Add Windows file version information to libpq_pipeline.exe.
1 parent 49527a3 commit 42344ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/modules/libpq_pipeline/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# src/test/modules/libpq_pipeline/Makefile
22

3+
PGFILEDESC = "libpq_pipeline - test program for pipeline execution"
4+
PGAPPICON = win32
5+
36
PROGRAM = libpq_pipeline
4-
OBJS = libpq_pipeline.o
7+
OBJS = $(WIN32RES) libpq_pipeline.o
58

69
NO_INSTALL = 1
710

0 commit comments

Comments
 (0)