vcbuild install

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PGSQL-Patches <pgsql-patches(at)postgresql(dot)org>
Subject: vcbuild install
Date: 2007-02-02 11:16:42
Message-ID: 45C31D9A.80308@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

The part of install.pl previously included in my pgregress patch (not
yet applied) are superseded by and included in this patch (only the
install.pl part is - the changes to the other build files and to the C
file are still very much current)

//Magnus

Attachment Content-Type Size
vcbuild_install.patch text/plain 2.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2007-02-02 14:38:44 Re: pg_standby
Previous Message Magnus Hagander 2007-02-02 09:12:04 pre-vcbuild win32 install docs incorrect