git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95c833b)
Add XSLT defines for MSVC builds
Tue, 2 Mar 2010 12:29:14 +0000 (12:29 +0000)
Tue, 2 Mar 2010 12:29:14 +0000 (12:29 +0000)

diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm
index 084d107a935052faa8800bdfa75d964f63e1f593..94463e91358632b71bec5cbb95029c414ec6d736 100644 (file)
--- a/src/tools/msvc/Solution.pm
+++ b/src/tools/msvc/Solution.pm
@@ -3,7 +3,7 @@ package Solution;
#
# Package that encapsulates a Visual C++ solution file generation
#
-# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.53 2010年01月05日 13:31:58 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.54 2010年03月02日 12:29:14 adunstan Exp $
#
use Carp;
use strict;
@@ -209,6 +209,11 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
print O "#define HAVE_LIBXML2\n";
print O "#define USE_LIBXML\n";
}
+ if ($self->{options}->{xslt})
+ {
+ print O "#define HAVE_LIBXSLT\n";
+ print O "#define USE_LIBXSLT\n";
+ }
if ($self->{options}->{krb5})
{
print O "#define KRB5 1\n";
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /