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)
commit148977b6b60f305be7e4fce1bc4af0ff3d10deff
tree7387d0487589167b30955b1e39a149c80fb12346
parent11fb2edae5b4d3bd9d02f2cc7e2cd06bd0cc9b6d
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