summaryrefslogtreecommitdiffstatshomepage
path: root/src/ldplayer
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-10-19 05:52:41 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-10-19 05:52:41 +0000
commitcf6927cb9f328c197cc7137495b43646d2f2be09 (patch)
tree3836ca68756493954a57b6a63c0b29c24bf7ea68 /src/ldplayer
parent05421623da5cd8014428679caba4195bf9f11038 (diff)
Fix MT04065: tiny (and ldplayer) don't link.
This needs an unfortunate hack with a dummy driver added to seed references to the devices that are only otherwise referenced by libemu.a. Also removed SOUNDS += CUSTOM since such a sound device no longer exists.
Diffstat (limited to 'src/ldplayer')
-rw-r--r--src/ldplayer/ldplayer.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ldplayer/ldplayer.mak b/src/ldplayer/ldplayer.mak
index 713a05f0463..1825a356258 100644
--- a/src/ldplayer/ldplayer.mak
+++ b/src/ldplayer/ldplayer.mak
@@ -45,6 +45,7 @@ SOUNDS += WAVE
DRVLIBS = \
$(LDPOBJ)/ldpdriv.o \
+ $(EMUDRIVERS)/emudummy.o \
$(LDPOBJ)/ldplayer.o \