pgsql: Tweak MSVC build system to match changes in 7143b3e82.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tweak MSVC build system to match changes in 7143b3e82.
Date: 2018-09-28 19:17:28
Message-ID: E1g5yGW-0006Uw-KA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/97c6852ff7c54d5b44426ceae9e3215d13157c10

Modified Files
--------------
src/interfaces/libpq/Makefile | 5 +++--
src/tools/msvc/Mkvcbuild.pm | 14 ++++----------
2 files changed, 7 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-09-28 19:49:13 pgsql: Tweak MSVC build system to match changes in 7143b3e82.
Previous Message Tom Lane 2018-09-28 19:02:36 Re: pgsql: Build src/common files as a library with -fPIC.