Re: Visual Studio 2010/Windows SDK 7.1 support

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Brar Piening <brar(at)gmx(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Visual Studio 2010/Windows SDK 7.1 support
Date: 2011-07-03 08:04:31
Message-ID: CA+OCxoybbRO_Y3AhrbnGAXsGnZJkgpFYatcMHc+hwz7z=M6Guw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jul 3, 2011 at 8:28 AM, Brar Piening <brar(at)gmx(dot)de> wrote:
> Perhaps someone who routinely does 64-bit builds could help out with a
> config.pl and some info from where to get the 64-bit libraries to build
> with.

Here's what we use for the installers.

# Configuration arguments for vcbuild.
use strict;
use warnings;

our $config = {
asserts=>0, # --enable-cassert
integer_datetimes=>1, # --enable-integer-datetimes
nls=>'C:\pgBuild\gettext', # --enable-nls=<path>
perl=>'C:\Perl-5.10', # --with-perl
python=>'C:\Python26', # --with-python=<path>
ldap=>1, # --with-ldap
openssl=>'C:\pgBuild\OpenSSL', # --with-ssl=<path>
xml=>'C:\pgBuild\libxml2',
xslt=>'C:\pgBuild\libxslt',
iconv=>'C:\pgBuild\iconv',
zlib=>'C:\pgBuild\zlib', # --with-zlib=<path>
uuid=>'C:\pgBuild\uuid-ossp' # --with-uuid-ossp
};

1;

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kohei KaiGai 2011-07-03 09:33:38 Re: [v9.2] Fix leaky-view problem, part 1
Previous Message Brar Piening 2011-07-03 07:28:07 Re: Visual Studio 2010/Windows SDK 7.1 support