Re: libpq.dll on win32

From: Reini Urban <rurban(at)x-ray(dot)at>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: libpq.dll on win32
Date: 2004-10-12 16:22:33
Message-ID: 416C04C9.8050205@x-ray.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane schrieb:
> Also, I count 3 *.def files to be fixed, not two. (We really oughta
> figure a way to generate them all from a single list file... can we
> rely on sed(1) being available in all Windows build environments?)

for cygwin: yes.
the non-gcc builds would need the mingw or cygwin versions.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2004-10-12 17:55:33 Re: Translation updates fo 7.4/8.0: postgres-ru
Previous Message Andrew Dunstan 2004-10-12 12:20:40 Re: Casting INT4 to BOOL...