Add Windows file version information to libpq_pipeline.exe.
This commit is contained in:
parent
49527a32ca
commit
42344ad0ed
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user