psqlodbc - psqlodbc: . Use different dll name for Unicode and ANSI DTC

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: . Use different dll name for Unicode and ANSI DTC
Date: 2007-04-05 12:06:17
Message-ID: 20070405120617.C373521754A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
. Use different dll name for Unicode and ANSI DTC enlist DLL
so that they can be placed in the same folder.
. Simplify the makefile.
. Added an experimental makefile for 64bit mode Windows.

Modified Files:
--------------
psqlodbc:
loadlib.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/loadlib.c.diff?r1=1.6&r2=1.7)
version.h (r1.92 -> r1.93)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h.diff?r1=1.92&r2=1.93)
win32.mak (r1.44 -> r1.45)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win32.mak.diff?r1=1.44&r2=1.45)

Added Files:
-----------
psqlodbc:
win64.mak (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win64.mak?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-04-05 12:10:40 pgsql: Make sure list of tests is cleared out before getting the new
Previous Message User H-saito 2007-04-05 03:17:39 psqlodbc - psqlodbc: Compilation correction VisualStudio.