pgsql: Attached patch fixes two problems: 1) gendef works from inside

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Attached patch fixes two problems: 1) gendef works from inside
Date: 2007-01-10 04:02:05
Message-ID: 20070110040205.D34699FB25A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Attached patch fixes two problems:

1) gendef works from inside visual studio - use a tempfile instead of
redirection, because for some reason you can't redirect dumpbin from
inside (patch from Joachim Wieland)
2) gendef must process only *.obj, or you get weird errors in some build
scenarios when it tries to process a logfile

Magnus Hagander

Modified Files:
--------------
pgsql/src/tools/msvc:
gendef.pl (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/gendef.pl.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2007-01-10 08:55:53 pginstaller - web: Updated Japanese FAQ from Honda Shigehiro
Previous Message Neil Conway 2007-01-10 03:54:35 pgsql: This patch enables verbose output when building all projects.