pgsql: This patch changes the installscript for vcbuild to actually

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch changes the installscript for vcbuild to actually
Date: 2007-02-02 16:25:34
Message-ID: 20070202162534.CA3E39FA2B2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2007-02-02 19:18:54 orafce - orafce: utl_file is secure.
Previous Message Neil Conway 2007-02-02 16:10:18 pgsql: Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32