Обсуждение: pgsql: DLL_DEFFILE should be defined when PORTNAME is win32, not when it

Поиск
Список
Период
Сортировка

pgsql: DLL_DEFFILE should be defined when PORTNAME is win32, not when it

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,
per the example of libpq/Makefile.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/compatlib:
        Makefile (r1.34 -> r1.35)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/Makefile?r1=1.34&r2=1.35)
    pgsql/src/interfaces/ecpg/ecpglib:
        Makefile (r1.50 -> r1.51)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile?r1=1.50&r2=1.51)
    pgsql/src/interfaces/ecpg/pgtypeslib:
        Makefile (r1.36 -> r1.37)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/Makefile?r1=1.36&r2=1.37)