]> granicus.if.org Git - postgresql/commit
Remove support for bcc and msvc standalone libpq builds
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Apr 2017 13:14:26 +0000 (15:14 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Apr 2017 13:22:21 +0000 (15:22 +0200)
commit6da56f3f84d430671d5edd8f9336bd744c089e31
treeb1fab20e1548779ada4c80e20946d021c04667ff
parent258cef12540fa1cb244881a0f019cefd698c809e
Remove support for bcc and msvc standalone libpq builds

This removes the support for building just libpq using Borland C++ or
Visual C++. This has not worked properly for years, and given the number
of complaints it's clearly not worth the maintenance burden.

Building libpq using the standard MSVC build system is of course still
supported, along with mingw.
12 files changed:
doc/src/sgml/install-windows.sgml
src/Makefile.shlib
src/bcc32.mak [deleted file]
src/bin/psql/command.c
src/include/getaddrinfo.h
src/include/port.h
src/include/port/atomics/generic-msvc.h
src/include/port/win32.h
src/interfaces/libpq/bcc32.mak [deleted file]
src/interfaces/libpq/win32.h
src/interfaces/libpq/win32.mak [deleted file]
src/win32.mak [deleted file]