mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Add Windows file version information to libpq_pipeline.exe.
This commit is contained in:
@ -1,7 +1,10 @@
|
|||||||
# src/test/modules/libpq_pipeline/Makefile
|
# src/test/modules/libpq_pipeline/Makefile
|
||||||
|
|
||||||
|
PGFILEDESC = "libpq_pipeline - test program for pipeline execution"
|
||||||
|
PGAPPICON = win32
|
||||||
|
|
||||||
PROGRAM = libpq_pipeline
|
PROGRAM = libpq_pipeline
|
||||||
OBJS = libpq_pipeline.o
|
OBJS = $(WIN32RES) libpq_pipeline.o
|
||||||
|
|
||||||
NO_INSTALL = 1
|
NO_INSTALL = 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user