pgsql: Detect a 64-bit build environment on Windows, and generate the

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Detect a 64-bit build environment on Windows, and generate the
Дата
Msg-id 20100101173425.85189753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Detect a 64-bit build environment on Windows, and generate the appropriate
project files.

Based on the work of Tsutomu Yamada, but much refactored.

Modified Files:
--------------
    pgsql/src/tools/msvc:
        Project.pm (r1.22 -> r1.23)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Project.pm?r1=1.22&r2=1.23)
        Solution.pm (r1.50 -> r1.51)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm?r1=1.50&r2=1.51)
        gendef.pl (r1.8 -> r1.9)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/gendef.pl?r1=1.8&r2=1.9)

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

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Delete solution cache file on clean, if it exists.
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Add missing 'static' tag.