Re: ODBC changes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC changes
Date: 2001-05-02 14:25:37
Message-ID: 11328.988813537@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Dave Page <dpage(at)vale-housing(dot)co(dot)uk> writes:
> I did an update to my copy of the source (using WinCVS), attempted nmake /f
> win32.mak to build the ODBC driver and got an error. Editting win32.mak
> using vi under cygwin showed a ^M (LF i believe) at the end of every line.
> Using Programmers File Editor (a very good windows editor) shows a blank
> line between every line. Removing the ^M's cured the problem. I did also get
> a fresh copy from CVS to ensure that it wasn't just my copy that was
> affected.

After further investigation it seems that win32.mak did originally have
Unix-style newlines (\n), and they were all changed to DOS style (\r\n)
in the last commit. I have changed them back, on the assumption that
this conversion was unintentional.

regards, tom lane

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2001-05-02 14:32:13 RE: ODBC changes
Previous Message Dave Page 2001-05-02 08:16:22 RE: ODBC changes