OSDN Git Service

More MSVC build fixes:
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Nov 2006 19:18:02 +0000 (19:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Nov 2006 19:18:02 +0000 (19:18 +0000)
commitaaef29b377fef5b9e9948f857fce5e2816a655c5
treed67cb9d6ff9a3c359747b0b1f277c513b76098a6
parente2b1dbd39463e7a1b3b4f3488132e9ad9929c891
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
src/tools/msvc/Project.pm
src/tools/msvc/Solution.pm
src/tools/msvc/config.pl
src/tools/msvc/mkvcbuild.pl