summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.win32
AgeCommit message (Expand)Author
2016-01-28Fix typos in comments and docFujii Masao
2015-08-06Link $(WIN32RES) into single-file modules only when PGFILEDESC is set.Noah Misch
2015-07-31Clean up Makefile.win32 "-I" flag additions.Noah Misch
2014-10-22MinGW: Use -static-libgcc when linking a DLL.Noah Misch
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-06-11Consistently define BUILDING_DLL during builds of src/port for Windows.Noah Misch
2014-02-11Get rid of use of dlltool in Mingw builds.Tom Lane
2013-02-22Blind attempt at fixing the non-MSVC Windows buildsAlvaro Herrera
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-05Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-01-20Adjust windows makefiles too, now that the walreceiver dynamic moduleHeikki Linnakangas
2010-01-15Second try: walreceiver should not be built with -DBUILDING_DLLTom Lane
2009-01-05Allow out-of-tree builds on mingw and cygwinPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2007-08-21Don't define BUILDING_DLL for snowball lib. Should fix build problemsMagnus Hagander
2006-06-22Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane
2006-01-19Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.Bruce Momjian
2006-01-19Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,Bruce Momjian
2004-12-17In a PGXS build, expect to find the postgres executable already installed,Tom Lane
2004-11-17Install include/port header files, and fix PGXS build to use them.Tom Lane
2004-10-27Fix Cygwin compile for timezone.Bruce Momjian
2004-10-22Fix tsearch build problems.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-05-19Rename Win32 include directory from win32_include to win32.Bruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian