Add Windows file version information to libpq_pipeline.exe.

This commit is contained in:
Noah Misch 2021-06-01 18:04:15 -07:00
parent 49527a32ca
commit 42344ad0ed
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
# src/test/modules/libpq_pipeline/Makefile
PGFILEDESC = "libpq_pipeline - test program for pipeline execution"
PGAPPICON = win32
PROGRAM = libpq_pipeline
OBJS = libpq_pipeline.o
OBJS = $(WIN32RES) libpq_pipeline.o
NO_INSTALL = 1