aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
AgeCommit message (Collapse)Author
2018-08-23BUILD: Fix build failureDan Church
Only happens when --enable-plugins is turned on.
2018-08-20BUILD: Remove .dwo files on cleanTorbjörn Andersson
2018-08-18BUILD: Use split-dwarf debug symbol files by default, when availableColin Snover
This should improve linker time as well as reduce the size of the built binaries (though this does not affect runtime memory usage since the debug segments are not loaded into memory except by a debugger) whilst still giving debug information.
2017-08-13BUILD: Fix specifying tool-specific libraries and flagsEugene Sandulenko
This fixes create_titanic which is now dependent on USE_ZLIB
2017-08-13CONFIGURE: An (unsuccessful) attempt to add library dependencies to the toolsEugene Sandulenko
For some reason I cannot figure out how to enforce proper variable creation in a generic way. I'll keep reading the docs but maybe someone else could figure it out earlier
2011-06-01DEVTOOLS: Link create_kyradat against libcommon.a, for scumm_stricmpMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn
2010-11-29BUILD: Fix URL keyword in rules.mk.Johannes Schickel
svn-id: r54585
2009-08-22Patch #2840212: "Quiet make process"Eugene Sandulenko
svn-id: r43635
2008-05-02Added support to load plugins from different directories and the ability to ↵Jordi Vilalta Prat
specify the default directory from configure. svn-id: r31816
2008-02-25Extended rules.mk with code for building extra (tool) executables, and ↵Max Horn
changed some of the tools to make use of this svn-id: r30962
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-05-27Commit of patch #1715310 ("WIN32: Dynamic Plugin support with MinGW").Johannes Schickel
svn-id: r26963
2006-06-24* Renamed config.mak to config.mkMax Horn
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275