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

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

From
neilc@postgresql.org (Neil Conway)
Date:
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)