1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

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.
This commit is contained in:
Marc G. Fournier
1998-08-27 13:25:40 +00:00
parent 50ad4a70b9
commit 602ac52d3e
4 changed files with 223 additions and 3 deletions

View File

@@ -13,5 +13,7 @@ NULL=nul
ALL:
cd interfaces\libpq
nmake /f win32.mak
cd ..\..\bin\psql
nmake /f win32.mak
cd ..\..
echo All Win32 parts have been built!