Further MSVC build updates

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Further MSVC build updates
Date: 2006-10-24 15:18:02
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA35833@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

I just set up to build with MSVC on a brand new box, and came across a
couple of more fixes:

* New versions of OpenSSL come with proper debug versions, and uses
suffixed names on the LIBs for that. Adapts library handling to deal
with that.

* Fixes error where it incorrectly enabled Kerberos based on NLS
configuration instead of Kerberos configuration

* Specifies path of perl in config, instead of using current one.
Required when using a 64-bit perl normally, but want to build pl/perl
against 32-bit one (required)

* Fix so pgevent generates win32ver.rc automatically

//Magnus

Attachment Content-Type Size
msvc.diff application/octet-stream 8.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-10-24 15:53:21 Re: Release stamping (Was: [CORE] Schedule for release?)
Previous Message Tom Lane 2006-10-24 15:16:40 Re: Release stamping (Was: [CORE] Schedule for release?)

Browse pgsql-patches by date

  From Date Subject
Next Message Thomas H. 2006-10-24 15:30:15 Re: could not rename xlog (was: BUG #2712)
Previous Message Tom Lane 2006-10-24 14:11:43 Re: WAL logging freezing