pgsql: Add libxml2 include path for MSVC builds

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add libxml2 include path for MSVC builds
Date: 2017-05-12 14:25:14
Message-ID: E1d9BVK-0006ij-6p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add libxml2 include path for MSVC builds

On Unix this path is detected via the use of xml2-config, but that's not
available on Windows. This means that users building with libxml2 will
no longer need to move things around from the standard libxml2
installation for MSVC builds.

Backpatch to all live branches.

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2c7d2114bb883b07816c2171830edd654696c856

Modified Files
--------------
src/tools/msvc/Solution.pm | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-05-12 15:28:43 pgsql: Honor PROVE_FLAGS environment setting
Previous Message Peter Eisentraut 2017-05-12 13:18:55 pgsql: pg_dump: Add --no-publications option