We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49527a3 commit 42344adCopy full SHA for 42344ad
src/test/modules/libpq_pipeline/Makefile
@@ -1,7 +1,10 @@
1
# src/test/modules/libpq_pipeline/Makefile
2
3
+PGFILEDESC = "libpq_pipeline - test program for pipeline execution"
4
+PGAPPICON = win32
5
+
6
PROGRAM = libpq_pipeline
-OBJS = libpq_pipeline.o
7
+OBJS = $(WIN32RES) libpq_pipeline.o
8
9
NO_INSTALL = 1
10
0 commit comments