Re: MSVC installation wrapper script

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
Thread:
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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Ale Raza 2007-05-01 21:07:04 Where to find kind code for STATISTIC_KIND GEOMETRY?
Previous Message Dave Page 2007-05-01 11:33:11 MSVC installation wrapper script