Update to msvc build sys

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Update to msvc build sys
Date: 2006-09-15 20:57:34
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FB9D@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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 Content-Type Size
vcbuild.diff application/octet-stream 15.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Guillaume Smet 2006-09-15 21:01:55 Re: Release notes
Previous Message Magnus Hagander 2006-09-15 20:57:33 LDAP function signature for MSVC

Browse pgsql-patches by date

  From Date Subject
Next Message Pavel Stehule 2006-09-15 21:17:48 Re: [HACKERS] plpgsql, return can contains any expression
Previous Message Magnus Hagander 2006-09-15 20:57:33 LDAP function signature for MSVC