Обсуждение: pgsql: Put libpgport into OBJS instead of LIBS, so that it gets included

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

pgsql: Put libpgport into OBJS instead of LIBS, so that it gets included

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Put libpgport into OBJS instead of LIBS, so that it gets included
into .def and .exp files automatically on Windows, AIX, and the like.
An additional benefit is that changes in libpgport files correctly
propagate to force rebuild of the backend executable.  This is my
reworking of Rocco Altier's idea, and if it breaks anything it's
definitely my fault.

Modified Files:
--------------
    pgsql/src/backend:
        Makefile (r1.108 -> r1.109)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/Makefile.diff?r1=1.108&r2=1.109)