summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/win32.mak
Commit message (Expand)AuthorAgeFilesLines
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-111-366/+0
* Remove extraneous leading whitespace in Windows build script.Tom Lane2016-06-131-1/+2
* Remove unnecessary definition of _WIN64 in libpq/win32.mak.Tom Lane2016-04-121-1/+1
* Fix two places that thought Windows64 is indicated by WIN64 macro.Tom Lane2016-04-111-1/+1
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-191-7/+0
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-181-0/+7
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-211-1/+1
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-111-3/+9
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-151-1/+1
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-051-0/+7
* Re-include pqsignal() in libpq.Tom Lane2013-03-171-0/+7
* Move pqsignal() to libpgport.Tom Lane2013-03-171-2/+0
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-071-1/+4
* Teach the makefile used to build stand-alone libpq on Windows that libpqHeikki Linnakangas2011-09-141-2/+9
* Allow bcc32 and win32 batch files to compile libpq.Bruce Momjian2011-09-071-0/+14
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-5/+5
* Add missing library to standalone libpq build on Win32.Magnus Hagander2009-11-231-1/+1
* Update standalong libpq makefiles for msvc and bcc to work with the newMagnus Hagander2008-10-271-0/+2
* Fix standalone libpq build on win32.Magnus Hagander2008-06-271-2/+11
* Add more dependencies from libpgport required byMagnus Hagander2008-05-051-0/+28
* Create two separate libpq.rc's: One that is built at build time, and onePeter Eisentraut2008-02-261-2/+2
* Generate and include manifest in standalone libpq build on Windows.Magnus Hagander2008-01-101-0/+6
* Default to thread safety on, and support more CPU options. AlsoMagnus Hagander2007-10-021-2/+9
* Build with /GS on 64-bit to work with modern Platform SDK.Magnus Hagander2007-10-011-2/+3
* Update supported standalone VC++ version to 7.1+ only, and fixMagnus Hagander2007-08-031-5/+1
* Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI.Magnus Hagander2007-07-251-2/+6
* Enable building of 64-bit libpq using visual studio 8 and theMagnus Hagander2007-04-181-13/+53
* Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move theMagnus Hagander2007-03-081-3/+1
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-111-2/+0
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-211-1/+1
* MSVC/BCC Win32 compiler fixes.Bruce Momjian2006-10-101-2/+2
* Oops, forgot that libpq needs extra steps to make use of src/port/ files.Tom Lane2006-09-271-0/+7
* Suppress MSVC warnings about weak functions by usingBruce Momjian2006-08-091-3/+4
* Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian2006-07-101-1/+1
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-1/+8
* This correction is required of nmake of Windows.Bruce Momjian2005-09-161-4/+1
* Cleanup for Win32 compile.Bruce Momjian2005-06-191-1/+4
* Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian2005-04-291-62/+34
* Properly implement "Response files" for bcc. Add URL's to describe theBruce Momjian2005-03-071-1/+3
* Tab indent all actions in bcc32.mak, and do it on win32.mak too forBruce Momjian2005-02-271-37/+37
* Try to get Borland CC to compile.Bruce Momjian2005-02-211-6/+6
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-261-1/+1
* Un-break MSVC build, per Andrew Dunstan.Tom Lane2005-01-101-1/+1
* Not entirely sure when this broke, but libpq's VC++ build is currentlyBruce Momjian2004-11-131-0/+2
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-161-8/+0
* Remove pg_config_paths.h from libpq *.mak builds so later MinGW buildsBruce Momjian2004-09-021-1/+1
* Enable thread safety for win32.mak build of PostgreSQL.Bruce Momjian2004-06-191-4/+9
* The attached patch will create a dummy pg_config_paths.h. Additionally,Bruce Momjian2004-06-041-1/+7
* Add new Win32 file with adjustments for recent code changes.Bruce Momjian2004-06-031-26/+34
* Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian2004-04-051-0/+7