pgsql: Add missing include dir and references to libpq for MSVC build - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Add missing include dir and references to libpq for MSVC build
Date
Msg-id E1qvTmW-002CVs-Ub@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing include dir and references to libpq for MSVC build

66d6086cb adjusted pg_regress to require this but forgot to adjust the
Visual Studio build script.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/673a17e31202cc47a9309e9b0b9b5fbec36080d3

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix some typos and grammar
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Use snprintf instead of sprintf in pg_regress.