Re: Building psql.exe using the free Borland compiler

From: ljb <ljb220(at)mindspring(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Building psql.exe using the free Borland compiler
Date: 2006-06-01 00:32:28
Message-ID: e5lcir$2tb3$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

pgman(at)candle(dot)pha(dot)pa(dot)us wrote:
>...
> As far as echo, I think you are right that the Win32 command processor
> is the one handling that, but I assumed the backslashes were handled by
> the Makefile, hence the need for \#.

Sort of. It looks to me like \# is handled by make when reading the
Makefile, resulting in a # which is not the start of a Makefile comment.
But it also seems that \ followed by anything else is not handled specially,
but simply passed through to the command.

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Alexey Slynko 2006-06-06 12:25:24 libpq PQexecParams and arrays
Previous Message Bruce Momjian 2006-05-31 09:16:58 Re: Building psql.exe using the free Borland compiler