Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5600aac

Browse files
committed
Add XSLT defines for MSVC builds
1 parent95c833b commit5600aac

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)

[8]ページ先頭

©2009-2025 Movatter.jp