Re: Missing file versions for a bunch of dll/exe files in Windows builds - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: Missing file versions for a bunch of dll/exe files in Windows builds
Date
Msg-id CAB7nPqQ9D78y6qfXiNwYc92oT2YHK-i6GTkLaMadewzYUHPS9Q@mail.gmail.com
Whole thread Raw
In response to Re: Missing file versions for a bunch of dll/exe files in Windows builds  (Noah Misch <noah@leadboat.com>)
Responses Re: Missing file versions for a bunch of dll/exe files in Windows builds
List pgsql-bugs
On Fri, Jul 11, 2014 at 10:34 PM, Noah Misch <noah@leadboat.com> wrote:
> Please fix the MODULES case, perhaps by linking $(WIN32RES) into each library
> implicitly.
Yes, that's exactly what I did in the patch attached by linking
WIN32RES and a shared library when the lib is built from a single .o
file. The rule in src/makefiles/Makefile.win32 has been updated
accordingly. pgxs.mk has been updated as well to remove WIN32RES when
clean is invoked for MODULES.
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #10922: row_to_json creates invalid JSON for currecy lower then 1000.
Next
From: Michael Paquier
Date:
Subject: Re: BUG #10925: Documentation not clear on copy options containing '_'