Re: Building psqlODBC installers

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>, Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>, Hiroshi Saito <hiroshi(at)winpg(dot)jp>, Dave Page <dpage(at)pgadmin(dot)org>
Subject: Re: Building psqlODBC installers
Date: 2014-06-13 15:07:38
Message-ID: 539B13BA.1000804@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 06/13/2014 08:33 PM, Heikki Linnakangas wrote:

> To be honest, I would also like to remove the MSBuild stuff that
> Inoue-san did last summer. I prefer the nmake infrastructure, and don't
> find it useful myself. But I know you spent a lot of effort on writing
> that stuff... Do you use it actively?

Personally, I just found it immensely useful.

It also properly detects the SDK, which is nice.

I don't really see the appeal of nmake. Why use it? Pg proper got rid of
it (for good reasons, IMO) and it's generally pretty deprecated for MS
tools.

I don't pretend that MSBuild is the most beautiful thing around (more
like the bastard child of CMake and Ant) but it does fit in with the
tooling really well, plays well with MSVC, and is well supported.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2014-06-13 15:52:49 Re: NPE in psqlodbc30a.dll!PgDtc_set_property caused by pgendlista.dll!IAsyncPG::RequestExec
Previous Message Michael Paquier 2014-06-13 12:43:26 Re: Building psqlODBC installers