Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Building psql.exe using the free Borland compiler



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.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group