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