Update to msvc build sys - Mailing list pgsql-patches

From Magnus Hagander
Subject Update to msvc build sys
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FB9D@algol.sollentuna.se
Whole thread Raw
Responses Re: Update to msvc build sys
List 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


Attachment

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Tiny plpython fix
Next
From: "Magnus Hagander"
Date:
Subject: LDAP function signature for MSVC