summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-10-06 17:57:18 +0000
committerbjarni <bjarni@openttd.org>2005-10-06 17:57:18 +0000
commit37af5bc4756bfdf4d0c2681a6f1dfca3e919b30c (patch)
tree93a3418c3b68be687ae2542cf2e28d14bd508be7 /Makefile
parent9666e753fb804e91f3c2e4b7304b86ca4c85cc5c (diff)
downloadopenttd-37af5bc4756bfdf4d0c2681a6f1dfca3e919b30c.tar.xz
(svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
this eliminates the long pauses between songs and the "leaving process hehind" bug (moebius_)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a5e54ddb6..13b019212 100644
--- a/Makefile
+++ b/Makefile
@@ -711,6 +711,7 @@ endif
ifdef OSX
OBJC_SOURCES += os/macosx/macos.m
+C_SOURCES += music/qtmidi.c
endif
OBJS = $(C_SOURCES:%.c=%.o) $(CXX_SOURCES:%.cpp=%.o) $(OBJC_SOURCES:%.m=%.o)