pgsql: Teach the makefile used to build stand-alone libpq on Windows th

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach the makefile used to build stand-alone libpq on Windows th
Date: 2011-09-14 14:59:50
Message-ID: E1R3qwI-0008Sp-VV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Teach the makefile used to build stand-alone libpq on Windows that libpq
needs win32setlocale.c now. The cygwin and MSVC build scripts were changed
earlier, but this was neglected. This should fix bug report #6203 by Steve.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/09e98a3e170ecdeb25a0e1afe81bdbeeeaf21f48

Modified Files
--------------
src/interfaces/libpq/win32.mak | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-09-14 14:59:51 pgsql: Teach the makefile used to build stand-alone libpq on Windows th
Previous Message Heikki Linnakangas 2011-09-14 06:36:40 pgsql: In the manual section on primary_conninfo, recommend using a rol