vcbuild install

Started by Magnus Haganderover 19 years ago2 messagespatches
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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

Attachments:

vcbuild_install.patchtext/plain; name=vcbuild_install.patchDownload+41-5
#2Neil Conway
neilc@samurai.com
In reply to: Magnus Hagander (#1)
Re: vcbuild install

On Fri, 2007-02-02 at 12:16 +0100, Magnus Hagander wrote:

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.

Applied, thanks for the patch.

-Neil