psqlodbc - psqlodbc: platform windows.

From: h-saito(at)pgfoundry(dot)org (User H-saito)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: platform windows.
Date: 2006-02-02 00:55:45
Message-ID: 20060202005545.577621033E35@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
platform windows.
.VC6 environment
links static or dynamic.(not delay load dll.)
.VC7 environment
links dynamic and delay load dll.

<Cautions>.
OpenSSL
ms-vc make name is ssleay32.dll.
mingw make name is libssl32.dll.

Tags:
----
REL-07_03_ENHANCED

Modified Files:
--------------
psqlodbc:
qresult.h (r1.29.4.4 -> r1.29.4.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/qresult.h.diff?r1=1.29.4.4&r2=1.29.4.5)
socket.c (r1.37.2.6 -> r1.37.2.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/socket.c.diff?r1=1.37.2.6&r2=1.37.2.7)
win32_30w.mak (r1.7.2.5 -> r1.7.2.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win32_30w.mak.diff?r1=1.7.2.5&r2=1.7.2.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-02 03:51:41 pgsql: More spacing cleanups.
Previous Message Bruce Momjian 2006-02-01 22:16:39 pgsql: Source code alignment fixes for preproc.y.