scummvm/backends
Marcus Comstedt 176be9adad DC: Ensure creation of output sections .{c,d}tors
Add an object with an empty .ctors and .dtors section to the build
of each plugin.  This ensures that there will be an output section
.ctors and one .dtors in the output file (they could be empty though).
If these output sections were to be removed, the symbols defined inside
by the linker script could disappear as well, and we don't want that.

svn-id: r55149
2011-01-07 16:25:05 +00:00
..
audiocd SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation 2010-11-29 16:35:29 +00:00
events SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation 2010-11-29 16:35:29 +00:00
fs SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation 2010-11-29 16:35:29 +00:00
graphics OPENGL: Fix OSD support by only updating the OSD texture in internUpdateScreen. 2010-12-08 01:53:20 +00:00
keymapper GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
log LOG: Reset _startOfLine when opening a new log file 2010-11-24 09:39:47 +00:00
midi BACKENDS: Fix SVN keyword usage. 2010-11-29 18:48:43 +00:00
mixer SDL: Move #include <SDL.h> into a special wrapper file 2010-11-29 16:16:50 +00:00
mutex BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs 2010-11-29 16:18:43 +00:00
platform DC: Ensure creation of output sections .{c,d}tors 2011-01-07 16:25:05 +00:00
plugins PLUGINS: rename ONE_PLUGIN_AT_A_TIME define to UNCACHED_PLUGINS 2010-12-30 08:01:58 +00:00
saves BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs 2010-11-29 16:18:43 +00:00
timer BACKENDS: Fix SVN keyword usage. 2010-11-29 18:48:43 +00:00
vkeybd BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs 2010-11-29 16:18:43 +00:00
base-backend.cpp BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only 2010-11-08 22:53:36 +00:00
base-backend.h BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only 2010-11-08 22:53:36 +00:00
modular-backend.cpp BACKENDS: Fix OSD implementation in ModularBackend. 2010-12-08 01:35:34 +00:00
modular-backend.h OPENGL: Cleanup. 2010-10-13 15:42:33 +00:00
module.mk PLUGINS: add ELF memory manager to solve fragmentation 2010-12-22 14:48:51 +00:00