AW: patch for minor Win32 makefile bug - Mailing list pgsql-ports

From Michael Moehle
Subject AW: patch for minor Win32 makefile bug
Date
Msg-id GJECKDHCOLKIOFBKLDODEEAHCNAA.m.moehle@nikocity.de
Whole thread Raw
In response to patch for minor Win32 makefile bug  (Fred Yankowski <fcy@acm.org>)
Responses Re: patch for minor Win32 makefile bug  (Fred Yankowski <fred@ontosys.com>)
List pgsql-ports


>Greetings,
>
>While working on a patch that allows postmaster to run as an NT service

Sounds great! How far are you?

>with Cygwin, I found minor problem in backend/Makefile.  In order to add
>an additional library to the final link/build of postgres.exe, I changed
>the DLLLIBS variable in makefiles/Makefile.win.  But this change had no
>effect until I removed the line in backend/Makefile that also sets
>DLLLIB, hiding the value from Makefile.win.  Note that backend/Makefile
>includes Makefile.global, which includes Makefile.port, which is a
>symlink to Makefile.win for a Cygwin/Win32 build.
>
>The patch for this change to backend/Makefile is attached.

Michael Moehle

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cygwin PostgreSQL Regression Test Problems (Revisited)
Next
From: Tom Lane
Date:
Subject: Re: Mac OS X Install