Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Add Windows file version information to libpq_pipeline.exe.
authorNoah Misch <noah@leadboat.com>
Wed, 2 Jun 2021 01:04:15 +0000 (18:04 -0700)
committerNoah Misch <noah@leadboat.com>
Wed, 2 Jun 2021 01:04:15 +0000 (18:04 -0700)
src/test/modules/libpq_pipeline/Makefile

index c9c5ae1beb54f6aded0bb7ed11cfd08ac13ed3cf..65acc3e997e75fc68b2e244b6077746115b34f9f 100644 (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