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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: More MSVC build fixes: * New versions of OpenSSL come with
Дата
Msg-id 20061120191803.051D99FA2CB@postgresql.org
обсуждение исходный текст
Список 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)

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

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Overhaul the "External Projects" chapter in the manual.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Our MingW FAQ appears to be seriously out of date.