diff options
author | Marc G. Fournier | 1998-08-27 13:25:40 +0000 |
---|---|---|
committer | Marc G. Fournier | 1998-08-27 13:25:40 +0000 |
commit | 602ac52d3ee453158c16b655835379c9a110f095 (patch) | |
tree | 805fabd8a381d40b465be74ecb419fdb26c6c8f8 /src/win32.mak | |
parent | 50ad4a70b97d82977fa2f539ea29abd3e2804697 (diff) |
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.
Diffstat (limited to 'src/win32.mak')
-rw-r--r-- | src/win32.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32.mak b/src/win32.mak index fbfc35048a..48edd8e33d 100644 --- a/src/win32.mak +++ b/src/win32.mak @@ -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! |