pgsql: Properly install gram.h on MSVC builds

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly install gram.h on MSVC builds
Date: 2011-01-09 14:41:01
Message-ID: E1PbwS5-0004mq-Vh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly install gram.h on MSVC builds

This file is now needed by pgAdmin builds, which started
failing since it was missing in the installer builds.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=763072ba8fd48dc3b16a14b14220988a8fe07e0e

Modified Files
--------------
src/tools/msvc/Install.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-09 16:05:02 pgsql: Ensure the directory for gram.h is created on win32
Previous Message Magnus Hagander 2011-01-09 14:09:45 pgsql: Add pgreadlink() on Windows to read junction points