Skip to content

Commit 5600aac

Browse files
committed
Add XSLT defines for MSVC builds
1 parent 95c833b commit 5600aac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/tools/msvc/Solution.pm

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Solution;
33
#
44
# Package that encapsulates a Visual C++ solution file generation
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.53 2010/01/05 13:31:58 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.54 2010/03/02 12:29:14 adunstan Exp $
77
#
88
use Carp;
99
use strict;
@@ -209,6 +209,11 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
209209
print O "#define HAVE_LIBXML2\n";
210210
print O "#define USE_LIBXML\n";
211211
}
212+
if ($self->{options}->{xslt})
213+
{
214+
print O "#define HAVE_LIBXSLT\n";
215+
print O "#define USE_LIBXSLT\n";
216+
}
212217
if ($self->{options}->{krb5})
213218
{
214219
print O "#define KRB5 1\n";

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy