aboutsummaryrefslogtreecommitdiff
path: root/Makefile.shared
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Code health: Remove base address setting for mingwRichard Levitte1-2/+1
2016-11-01HPUX: Add the forgotten $(DSTDIR) when linking DSOsRichard Levitte1-4/+4
2016-10-13Remove automatic RPATHRichard Levitte1-7/+7
2016-09-08Configurations/10-main.cf: AIX "facelift".Andy Polyakov1-2/+4
2016-05-25Makefile.shared: revert Haiku support commit.Andy Polyakov1-4/+4
2016-05-16Add support for RC / WINDRES env variablesRichard Levitte1-4/+5
2016-04-14Add Haiku support.Jérôme Duval1-4/+4
2016-02-27FreeBSD, at least, can restrict symbols in a shared library - so use theBen Laurie1-1/+2
2016-02-25Solaris DSOs were still named libFOO.so, fixedRichard Levitte1-1/+1
2016-02-23correct name of GNU shared librariesRoumen Petrov1-1/+1
2016-02-22Fix DSO name on HP/UXRichard Levitte1-1/+1
2016-02-22Don't include all symbols from static libraries when building a DSORichard Levitte1-24/+28
2016-02-22Fix incorrect SO name on GNU platformsRichard Levitte1-3/+3
2016-02-19Makefile.shared: limit .dll image base pinning to FIPS builds.Andy Polyakov1-1/+1
2016-02-19Big rename fest of MingW shared librariesRichard Levitte1-16/+32
2016-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte1-20/+12
2016-02-19Simplify the generation of ld scripts for Linux and SolarisRichard Levitte1-14/+5
2016-02-19Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte1-121/+96
2016-02-19Rethink the uplink / applink storyRichard Levitte1-4/+0
2016-02-16Fix Solaris link_a and link_oRichard Levitte1-9/+5
2016-02-13Display the windres commandRichard Levitte1-0/+2
2016-02-11Make util/mkrc.pl location agnostic and adapt Makefile.sharedRichard Levitte1-1/+1
2016-02-11Add support for shared_rcflag, useful for windres (Cygwin and Mingw)Richard Levitte1-1/+5
2016-02-10unified build scheme: add the tweaks to build on Cygwin & MingwRichard Levitte1-5/+1
2016-02-09unified build scheme: adjust some scriptsRichard Levitte1-16/+22
2016-02-06Display the linking commands that are performedRichard Levitte1-2/+8
2016-02-06Enhance and clear the support of linker flagsRichard Levitte1-10/+10
2016-02-05Don't export local symbols on SolarisMatt Caswell1-2/+7
2016-01-18Don't strip object files on CygwinCorinna Vinschen1-2/+2
2015-12-15Don't export internal symbolsMatt Caswell1-1/+12
2015-01-12RT3548: Remove some unsupported platforms.Rich Salz1-12/+1
2014-12-25RT3548: unsupported platformsRich Salz1-27/+1
2010-08-21Makefile.share: fix brown-bag typo in link_o.darwin.Andy Polyakov1-1/+1
2010-07-16Makefile.shared: link_o.darwin comment update.Andy Polyakov1-0/+2
2010-07-15Makefile.shared: debugging line slipped through in previous commit.Andy Polyakov1-1/+1
2010-07-15Makefile.shared: update link_o.dawrin rule.Andy Polyakov1-8/+18
2009-10-15Fixes to CROSS_COMPILE, don't override command line option from environmentDr. Stephen Henson1-1/+1
2009-08-10PR: 2003Dr. Stephen Henson1-1/+1
2009-01-02Makefile.shared: improve portability of commit#17753.Andy Polyakov1-2/+2
2008-12-30Styling update to makefiles: eliminate redundant pipes.Andy Polyakov1-2/+2
2008-12-29Styling update to makefiles: $() to denote make substitutions and $${} -Andy Polyakov1-24/+24
2008-09-12AIX build updates.Andy Polyakov1-4/+4
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke1-4/+13
2007-09-16Minor fix in link_[oa].hpux.Andy Polyakov1-2/+2
2007-08-26IRIX and Tru64 platform updates.Andy Polyakov1-4/+4
2007-07-31Proper support for shared build under MacOS X.Andy Polyakov1-3/+1
2007-05-19--enable-auto-image-base in cygwin build.Andy Polyakov1-3/+7
2007-03-25Allow shared builds for aix[64]-gcc targets.Andy Polyakov1-5/+5
2007-03-22Fixes for aix-shared rules.Andy Polyakov1-5/+5
2006-10-24Further mingw build procedure updates.Andy Polyakov1-10/+19