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

Поиск
Список
Период
Сортировка
От itagaki@pgfoundry.org (User Itagaki)
Тема orafce - orafce: Support build for 32bit and 64bit binaries for Windows
Дата
Msg-id 20110126123442.8C14E107101C@pgfoundry.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: orafce - orafce: New Directory
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: pgsql: Make 'on' uppercase in a sql example.