summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
diff options
context:
space:
mode:
authorTom Lane2018-09-28 19:17:07 +0000
committerTom Lane2018-09-28 19:17:07 +0000
commit97c6852ff7c54d5b44426ceae9e3215d13157c10 (patch)
treeb11547e3f5e02752aeb282e6d93eec99775c87c0 /src/interfaces/libpq
parent7143b3e82136d2941b3394168940d895a29b4f36 (diff)
Tweak MSVC build system to match changes in 7143b3e82.
Also try to make the comment suggesting that this might be needed more intelligible. Per buildfarm.
Diffstat (limited to 'src/interfaces/libpq')
-rw-r--r--src/interfaces/libpq/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 9ac06874b8d..c2171d0856c 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -24,8 +24,9 @@ ifneq ($(PORTNAME), win32)
override CFLAGS += $(PTHREAD_CFLAGS)
endif
-# We can't use Makefile variables here because the MSVC build system scrapes
-# OBJS from this file.
+# The MSVC build system scrapes OBJS from this file. If you change any of
+# the conditional additions of files to OBJS, update Mkvcbuild.pm to match.
+
OBJS= fe-auth.o fe-auth-scram.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
fe-protocol2.o fe-protocol3.o pqexpbuffer.o fe-secure.o \
libpq-events.o