pgxs patch for win32 (v2)

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: pgxs patch for win32 (v2)
Date: 2004-11-08 07:23:42
Message-ID: Pine.LNX.4.61.0411080816030.4884@sablons.cri.ensmp.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Dear patchers,

please find attached a very small patch which:
- install win32 headers on "make install"
- install libpostgres.a library under win32 by default (MAKE_DLL=true)
- fix CPPFLAGS under win32 to look for these added header under PGXS

it was tested by Thomas Hallgren to build PL/Java with pgxs.
it may interfere a little bit with Alvaro's patch about
the now useless "remove-all-headers" target in src/include/Makefile

still open question:
- should the MAKE_DLL macro be set by default under cygwin?
- what is the rationnal for this macro? is it still needed?

Have a nice day,

--
Fabien Coelho - coelho(at)cri(dot)ensmp(dot)fr

Attachment Content-Type Size
make-win32.patch text/plain 1.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Reini Urban 2004-11-08 07:37:58 Re: cygwin build failure
Previous Message Fabien COELHO 2004-11-08 07:15:57 Re: pgxs under Win32 for PL/Java