Re: Building psql.exe using the free Borland compiler - Mailing list pgsql-interfaces

From ljb
Subject Re: Building psql.exe using the free Borland compiler
Date
Msg-id e5lcir$2tb3$1@news.hub.org
Whole thread Raw
In response to Re: Building psql.exe using the free Borland compiler  (ljb <ljb220@mindspring.com>)
Responses Re: Building psql.exe using the free Borland compiler
List pgsql-interfaces
pgman@candle.pha.pa.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.


pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Building psql.exe using the free Borland compiler
Next
From: Alexey Slynko
Date:
Subject: libpq PQexecParams and arrays