pgsql: Allow out-of-tree builds on mingw and cygwin Author: Richard

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow out-of-tree builds on mingw and cygwin Author: Richard
Date: 2009-01-05 09:27:20
Message-ID: 20090105092720.47C60754A17@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow out-of-tree builds on mingw and cygwin

Author: Richard Evans <richard(dot)evans(at)blueallegro(dot)net>

Modified Files:
--------------
pgsql/src:
Makefile.shlib (r1.119 -> r1.120)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib?r1=1.119&r2=1.120)
pgsql/src/bin/pgevent:
Makefile (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pgevent/Makefile?r1=1.12&r2=1.13)
pgsql/src/interfaces/libpq:
Makefile (r1.172 -> r1.173)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile?r1=1.172&r2=1.173)
pgsql/src/makefiles:
Makefile.win32 (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.win32?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-01-05 09:54:13 pgsql: Fix for cross-compilation between mingw32 and something else.
Previous Message Alvaro Herrera 2009-01-05 02:27:46 pgsql: Export IsUnderPostmaster on win32.