/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/libpq_pipeline/Makefile
25 строк
554 B
Noah Misch
Add Windows file version information to libpq_pipeline.exe.
02 июн 2021, 04:04
02 июн 2021, 04:04
42344ad
Код
Авторство
О чём код?
# src/test/modules/libpq_pipeline/Makefile PGFILEDESC = "libpq_pipeline - test program for pipeline execution" PGAPPICON = win32 PROGRAM = libpq_pipeline OBJS = $(WIN32RES) libpq_pipeline.o NO_INSTALL = 1 PG_CPPFLAGS = -I$(libpq_srcdir) PG_LIBS_INTERNAL += $(libpq_pgport) TAP_TESTS = 1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/libpq_pipeline top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif