Re: Win32 version numbers not correct (again, but this one is easy)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Win32 version numbers not correct (again, but this one is easy)
Date: 2004-12-31 19:12:49
Message-ID: 11394.1104520369@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Version numbers don't update properly on postgres.exe when doing make
> clean/make. It works for all other exes and dlls. I beleive this is just
> a case of "make clean" not properly removing "win32ver.o". See attached
> patch.

Applied, except I used $(WIN32RES) which seems more consistent with
what's done elsewhere.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-01-01 04:49:35 Copyright update
Previous Message Tom Lane 2004-12-31 18:48:14 Re: Win32 version numbers not correct (again, but this one is easy)