Re: Visual Studio 2010/Windows SDK 7.1 support

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Visual Studio 2010/Windows SDK 7.1 support
Дата
Msg-id CA+OCxoybbRO_Y3AhrbnGAXsGnZJkgpFYatcMHc+hwz7z=M6Guw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Visual Studio 2010/Windows SDK 7.1 support  (Brar Piening <brar@gmx.de>)
Список pgsql-hackers
On Sun, Jul 3, 2011 at 8:28 AM, Brar Piening <brar@gmx.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Brar Piening
Дата:
Сообщение: Re: Visual Studio 2010/Windows SDK 7.1 support
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.2] Fix leaky-view problem, part 1