Add libxml2 include path for MSVC builds
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 12 May 2017 14:17:54 +0000 (10:17 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 12 May 2017 14:21:13 +0000 (10:21 -0400)
commitb757e01f62e44b4f425f78e3dc4e247ca9f1e983
tree1ea76e20a7222b0e1c934d9b8f06c0e7710dfb49
parent96e1cb4c0fb45dfca2d8b0a58693b94cbdaabe11
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.
src/tools/msvc/Solution.pm