Обсуждение: pgsql: This patch changes the installscript for vcbuild to actually

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

pgsql: This patch changes the installscript for vcbuild to actually

От
neilc@postgresql.org (Neil Conway)
Дата:
Log Message:
-----------
This patch changes the installscript for vcbuild to actually parse the
generated solution files for what to install, instead of blindly copying
everything as it previously did. With the previous quick-n-dirty
version, it would copy old DLLs if you reconfigured in a way that didn't
include subprojects like a PL for example.

Magnus Hagander.

Modified Files:
--------------
    pgsql/src/tools/msvc:
        install.pl (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/install.pl.diff?r1=1.1&r2=1.2)