mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-28 03:40:36 +00:00
Update module.mk system for the new adlib driver
svn-id: r5679
This commit is contained in:
parent
2cca336f00
commit
2274a4f9de
@ -29,11 +29,9 @@
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "mididrv.h"
|
||||
#include "fmopl.h"
|
||||
#include "mixer.h"
|
||||
#include "scumm.h"
|
||||
#include "imuse.h"
|
||||
#include "sound/mididrv.h"
|
||||
#include "sound/fmopl.h"
|
||||
#include "sound/mixer.h"
|
||||
#include "common/engine.h" // for warning/error/debug
|
||||
#include "common/util.h"
|
||||
|
||||
|
@ -3,7 +3,8 @@ MODULE := backends
|
||||
MODULE_OBJS = \
|
||||
backends/fs/posix/posix-fs.o \
|
||||
backends/fs/morphos/abox-fs.o \
|
||||
backends/fs/windows/windows-fs.o
|
||||
backends/fs/windows/windows-fs.o \
|
||||
backends/midi/adlib.o
|
||||
|
||||
# Include common rules
|
||||
include common.rules
|
||||
|
Loading…
Reference in New Issue
Block a user