Update to msvc build sys

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Update to msvc build sys
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FB9D@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: Update to msvc build sys  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Here's a patch that updates the msvc build system. It contains the
changes in Hiroshi-sans patch from about a week ago, so please apply
this patch instead to avoid conflicts. Changes summary:

* Change all references to vcbuild directory, since system was moved to
src\tools\msvc on commit.
* Supports building both Debug and Release binaries now (previously only
debug. debug still default). Difference is mainly in that release
binaries are optimized. Unfortunatly, full program optimization had to
be turned off - more on that later.
* Generate ecpg_config.h which is now generated by configure, and thus
needs to be generated for vc as well.
* Add LDAP library to libpq if used (required for
connection-info-in-ldap)
* Change build.bat to use unix line endings. To committer: please make
sure that the file ends up with all lines with unix line endings, in
case the patch gets mangled in some way.


//Magnus


Вложения

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Tiny plpython fix
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: LDAP function signature for MSVC