Content-Length: 258975 | pFad | http://github.com/postgrespro/postgres_cluster/commit/b757e01f62e44b4f425f78e3dc4e247ca9f1e983

04 Add libxml2 include path for MSVC builds · postgrespro/postgres_cluster@b757e01 · GitHub
Skip to content

Commit b757e01

Browse files
committed
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.
1 parent 96e1cb4 commit b757e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/msvc/Solution.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ sub AddProject
546546
if ($self->{options}->{xml})
547547
{
548548
$proj->AddIncludeDir($self->{options}->{xml} . '\include');
549+
$proj->AddIncludeDir($self->{options}->{xml} . '\include\libxml2');
549550
$proj->AddLibrary($self->{options}->{xml} . '\lib\libxml2.lib');
550551
}
551552
if ($self->{options}->{xslt})

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/b757e01f62e44b4f425f78e3dc4e247ca9f1e983

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy