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:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user