Re: reference problem of manifest.(win32.mak of libpq.dll)

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Hiroshi Saito <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: reference problem of manifest.(win32.mak of libpq.dll)
Date: 2008-01-10 14:43:56
Message-ID: 20080110144356.GB10183@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Wed, Jan 09, 2008 at 04:01:20PM +0900, Hiroshi Saito wrote:
> Hi Magnus, and Dave.
>
> It seems that it is different in nmake although the initial value of
> VisualStudio is embedding. Then, It sees a reference problem by
> the dll independent. Therefore, embedding considers like an ideal.
>
> Please take this into consideration.

+ !IF "$(_NMAKE_VER)" != "6.00.9782.0"

I don't think that's safe. We need to do a range check. Perhaps check if
vesion is >= 7.0 or something?

There can be other 6.00.<something> versions, no? Say with different
servicepacks or something?

//Magnus

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hiroshi Saito 2008-01-10 14:52:15 Re: reference problem of manifest.(win32.mak of libpq.dll)
Previous Message Alvaro Herrera 2008-01-10 13:59:05 Re: Revised patch for fixing archiver shutdown behavior