Re: Building psqlODBC installers

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

(2014/06/13 21:33), Heikki Linnakangas wrote:
> I found the procedure for building the installers quite cumbersome.
> There are several ways to do it, using the PowerShell installers, or
> Make.bat or Makex64.bat files, and you have to first build the right
> drivers versions etc.

My intension was to use Powershell scripts.
It is not difficult to make the script to make all binaries
and installers but My main point is to use MSBuild and
always type ./BuildAll.bat ... to build binaries. It's not
necessary to build installers to test the changes of source
code. I've already explained the advantages to use MSBuild.
THe only disadvantage is it's unavailable for vc9 or before.
I strongly object to use nmake other than vc9 or before.

As for installers, other installers are welcome.

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2014-06-13 16:47:10 Re: Building psqlODBC installers
Previous Message Inoue, Hiroshi 2014-06-13 15:52:49 Re: NPE in psqlodbc30a.dll!PgDtc_set_property caused by pgendlista.dll!IAsyncPG::RequestExec