Re: MSVC installation wrapper script

Lists: pgsql-patches
From: Dave Page <dpage(at)postgresql(dot)org>
To: Magnus Hagander <magnus(at)hagander(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: MSVC installation wrapper script
Date: 2007-05-01 11:33:11
Message-ID: 46372577.6090603@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Per previous discussion with Magnus, the attached batch file (rename to
install.bat) is a wrapper script for the MSVC installer. It sets up the
environment before installing (to allow zic.exe to run properly), and
removes the need to explicitly call perl on the command line.

This should be added to src/tools/msvc

Regards, Dave.

Attachment Content-Type Size
install.aaa text/plain 324 bytes

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: MSVC installation wrapper script
Date: 2007-05-01 20:11:55
Message-ID: 46379F0B.3080401@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Dave Page wrote:
> Per previous discussion with Magnus, the attached batch file (rename to
> install.bat) is a wrapper script for the MSVC installer. It sets up the
> environment before installing (to allow zic.exe to run properly), and
> removes the need to explicitly call perl on the command line.
>
> This should be added to src/tools/msvc

Applied.

I took out the check for src\tools\msvc, since the script in general
doesn't work outside the msvc directory. (it needs to be in the same dir
as install.pl). We could fix that, but I don't really see the point, so
I kept it simple :-)

//Magnus