1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Libpq++ fixes for Win32 compile.

Christian Ullrich
This commit is contained in:
Bruce Momjian
2001-07-11 22:12:43 +00:00
parent d674b48307
commit 4051bce27d
8 changed files with 23 additions and 12 deletions

View File

@ -20,6 +20,8 @@ ALL:
cd ..
cd interfaces\libpq
nmake /f win32.mak $(MAKEMACRO)
cd ..\libpq++
nmake /f win32.mak $(MAKEMACRO)
cd ..\..\bin\psql
nmake /f win32.mak $(MAKEMACRO)
cd ..\..