-
- Downloads
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.
Showing
- doc/src/sgml/install-windows.sgml 0 additions, 117 deletionsdoc/src/sgml/install-windows.sgml
- src/Makefile.shlib 4 additions, 12 deletionssrc/Makefile.shlib
- src/bcc32.mak 0 additions, 47 deletionssrc/bcc32.mak
- src/bin/psql/command.c 0 additions, 4 deletionssrc/bin/psql/command.c
- src/include/getaddrinfo.h 0 additions, 2 deletionssrc/include/getaddrinfo.h
- src/include/port.h 1 addition, 1 deletionsrc/include/port.h
- src/include/port/atomics/generic-msvc.h 0 additions, 1 deletionsrc/include/port/atomics/generic-msvc.h
- src/include/port/win32.h 2 additions, 29 deletionssrc/include/port/win32.h
- src/interfaces/libpq/bcc32.mak 0 additions, 312 deletionssrc/interfaces/libpq/bcc32.mak
- src/interfaces/libpq/win32.h 1 addition, 7 deletionssrc/interfaces/libpq/win32.h
- src/interfaces/libpq/win32.mak 0 additions, 366 deletionssrc/interfaces/libpq/win32.mak
- src/win32.mak 0 additions, 32 deletionssrc/win32.mak
Loading
Please register or sign in to comment