psqlodbc - psqlodbc: Change the Windows makefile so that the /DELAYLOAD

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Change the Windows makefile so that the /DELAYLOAD
Date: 2006-02-03 13:16:52
Message-ID: 20060203131652.1F8D61033BA3@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Change the Windows makefile so that the /DELAYLOAD linker option works.
Also remove no longer needed enum definition in connection.c.

Tags:
----
REL-07_03_ENHANCED

Modified Files:
--------------
psqlodbc:
win32_30w.mak (r1.7.2.6 -> r1.7.2.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win32_30w.mak.diff?r1=1.7.2.6&r2=1.7.2.7)
connection.c (r1.87.2.5 -> r1.87.2.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.87.2.5&r2=1.87.2.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-03 13:53:15 pgsql: Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and
Previous Message Bruce Momjian 2006-02-03 12:45:47 pgsql: Update random() usage so ranges are inclusive/exclusive as