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
commitcebca8e61b08eca4434b217d3a5f6a456c89d2d3 (patch)
tree93a3418c3b68be687ae2542cf2e28d14bd508be7 /Makefile
parentcbb12fa4423d9e9650c4ce8e8574ca5c4425d42b (diff)
downloadopenttd-cebca8e61b08eca4434b217d3a5f6a456c89d2d3.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)