pgsql: More MSVC build fixes: * New versions of OpenSSL come with

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More MSVC build fixes: * New versions of OpenSSL come with
Date: 2006-11-20 19:18:02
Message-ID: 20061120191803.051D99FA2CB@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
More MSVC build fixes:

* New versions of OpenSSL come with proper debug versions, and use
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 Hagander

Modified Files:
--------------
pgsql/src/tools/msvc:
Project.pm (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Project.pm.diff?r1=1.3&r2=1.4)
Solution.pm (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.2&r2=1.3)
config.pl (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/config.pl.diff?r1=1.2&r2=1.3)
mkvcbuild.pl (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/mkvcbuild.pl.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-11-20 19:31:27 pgsql: Our MingW FAQ appears to be seriously out of date.
Previous Message Neil Conway 2006-11-20 17:42:16 pgsql: Overhaul the "External Projects" chapter in the manual.