]> granicus.if.org Git - postgresql/commit
From: Magnus Hagander <mha@edu.sollentuna.se>
authorMarc G. Fournier <scrappy@hub.org>
Thu, 27 Aug 1998 13:25:40 +0000 (13:25 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 27 Aug 1998 13:25:40 +0000 (13:25 +0000)
commit602ac52d3ee453158c16b655835379c9a110f095
tree805fabd8a381d40b465be74ecb419fdb26c6c8f8
parent50ad4a70b97d82977fa2f539ea29abd3e2804697
From: Magnus Hagander <mha@edu.sollentuna.se>

Ok. Here is a patch to make psql work on Win32 (as a console mode
application, of course).
It requires getopt.c to be in src/utils - works fine with the FreeBSD
version of it.

Also, the file win32.mak should go into src/bin/psql.
src/bin/psql/psql.c
src/bin/psql/win32.mak [new file with mode: 0644]
src/utils/getopt.c [new file with mode: 0644]
src/win32.mak