pgsql: Update standalong libpq makefiles for msvc and bcc to work with

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update standalong libpq makefiles for msvc and bcc to work with
Date: 2008-10-27 09:10:04
Message-ID: 20081027091004.E64B87545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update standalong libpq makefiles for msvc and bcc to work with the new
libpq events code.

Hiroshi Saito

Modified Files:
--------------
pgsql/src/interfaces/libpq:
bcc32.mak (r1.30 -> r1.31)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak?r1=1.30&r2=1.31)
win32.mak (r1.53 -> r1.54)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.mak?r1=1.53&r2=1.54)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-10-27 09:37:47 pgsql: SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET
Previous Message Peter Eisentraut 2008-10-27 08:47:14 pgsql: Allow EXPLAIN on CREATE TABLE AS.