PLUGINS: Cleanup.
- Unify ELF loader handling in configure - Rename ELF_LOADER_TARGET to USE_ELF_LOADER svn-id: r52728
This commit is contained in:
parent
fd4189180d
commit
41834499ed
18 changed files with 110 additions and 98 deletions
|
@ -23,7 +23,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#if defined(DYNAMIC_MODULES) && defined(ELF_LOADER_TARGET)
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(DYNAMIC_MODULES) && defined(USE_ELF_LOADER)
|
||||
|
||||
#include "backends/plugins/elf/elf-loader.h"
|
||||
|
||||
|
@ -423,5 +425,5 @@ void *DLObject::symbol(const char *name) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
#endif /* defined(DYNAMIC_MODULES) && defined(ELF_LOADER_TARGET) */
|
||||
#endif /* defined(DYNAMIC_MODULES) && defined(USE_ELF_LOADER) */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue