summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.win32
Commit message (Expand)AuthorAgeFilesLines
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-071-2/+0
* windows: remove date from version number in win32ver.rcAndres Freund2022-09-261-1/+0
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-1/+0
* Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut2020-01-151-6/+11
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-211-1/+0
* Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch2019-04-091-0/+2
* Remove Windows module-list-dumping code.Tom Lane2018-04-301-2/+0
* Dump full memory maps around failing Windows reattach code.Tom Lane2018-04-301-0/+2
* Try to fix non-MSVC Windows builds in the wake of logical replication.Tom Lane2017-01-201-1/+3
* Fix typos in comments and docFujii Masao2016-01-281-1/+1
* Link $(WIN32RES) into single-file modules only when PGFILEDESC is set.Noah Misch2015-08-051-1/+7
* Clean up Makefile.win32 "-I" flag additions.Noah Misch2015-07-301-8/+2
* MinGW: Use -static-libgcc when linking a DLL.Noah Misch2014-10-211-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-2/+2
* Consistently define BUILDING_DLL during builds of src/port for Windows.Noah Misch2014-06-111-0/+4
* Get rid of use of dlltool in Mingw builds.Tom Lane2014-02-111-3/+1
* Blind attempt at fixing the non-MSVC Windows buildsAlvaro Herrera2013-02-221-0/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane2010-07-051-2/+2
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-6/+7
* Adjust windows makefiles too, now that the walreceiver dynamic moduleHeikki Linnakangas2010-01-201-2/+2
* Second try: walreceiver should not be built with -DBUILDING_DLLTom Lane2010-01-151-1/+3
* Allow out-of-tree builds on mingw and cygwinPeter Eisentraut2009-01-051-2/+2
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-071-3/+20
* Don't define BUILDING_DLL for snowball lib. Should fix build problemsMagnus Hagander2007-08-211-1/+3
* Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane2006-06-221-3/+2
* Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.Bruce Momjian2006-01-191-2/+2
* Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,Bruce Momjian2006-01-191-2/+2
* In a PGXS build, expect to find the postgres executable already installed,Tom Lane2004-12-171-1/+5
* Install include/port header files, and fix PGXS build to use them.Tom Lane2004-11-171-1/+12
* Fix Cygwin compile for timezone.Bruce Momjian2004-10-271-2/+2
* Fix tsearch build problems.Tom Lane2004-10-221-1/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Rename Win32 include directory from win32_include to win32.Bruce Momjian2003-05-191-2/+2
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-0/+33