Re: Small win32 build cleanup (versioninfo)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Small win32 build cleanup (versioninfo)
Date: 2004-10-15 17:10:55
Message-ID: 200410151710.i9FHAtJ20468@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Magnus Hagander wrote:
> The previous build rules caused each binary to be re-linked on every
> "make", even if nothing had changed. With this patch, it's only relinked
> if it's actually updated.
>
> //Magnus
>
> PS. Yes, the old buildrule for the .rc file is still needed, as it's
> used by pgevent.rc (or any other binary in the future that would need
> it's own .rc file)
>
> <<win32_build_cleanup.patch>>

Content-Description: win32_build_cleanup.patch

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-10-15 17:11:26 Re: pg_regress --temp-keep
Previous Message Bruce Momjian 2004-10-15 17:08:25 Re: [PATCH] 5 plperl patches