orafce - orafce: Support build for 32bit and 64bit binaries for Windows

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: orafce - orafce: Support build for 32bit and 64bit binaries for Windows
Date: 2011-01-26 12:34:42
Message-ID: 20110126123442.8C14E107101C@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Support build for 32bit and 64bit binaries for Windows
with Visual C++ 2010 Express with Windows SDK 7.1.

plvlex.tokens() is not supproted there because gram.h is not
installed by Windows installers.

Modified Files:
--------------
orafce:
Makefile (r1.34 -> r1.35)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile?r1=1.34&r2=1.35)
aggregate.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/aggregate.c?r1=1.4&r2=1.5)
alert.c (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/alert.c?r1=1.19&r2=1.20)
builtins.h (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/builtins.h?r1=1.2&r2=1.3)
file.c (r1.21 -> r1.22)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/file.c?r1=1.21&r2=1.22)
plvdate.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/plvdate.c?r1=1.12&r2=1.13)
plvlex.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/plvlex.c?r1=1.10&r2=1.11)
putline.c (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/putline.c?r1=1.16&r2=1.17)
random.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/random.c?r1=1.4&r2=1.5)
sqlparse.y (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/sqlparse.y?r1=1.5&r2=1.6)

Added Files:
-----------
orafce/msvc:
orafce.2010.sln (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/msvc/orafce.2010.sln?rev=1.1&content-type=text/x-cvsweb-markup)
orafce.2010.vcxproj (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/msvc/orafce.2010.vcxproj?rev=1.1&content-type=text/x-cvsweb-markup)
orafce.2010.vcxproj.filters (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/msvc/orafce.2010.vcxproj.filters?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Itagaki Takahiro 2011-01-26 13:36:45 pgsql: Make 'on' uppercase in a sql example.
Previous Message User Itagaki 2011-01-26 12:28:18 orafce - orafce: New Directory