diff options
author | bjarni <bjarni@openttd.org> | 2005-10-06 17:57:18 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-10-06 17:57:18 +0000 |
commit | cebca8e61b08eca4434b217d3a5f6a456c89d2d3 (patch) | |
tree | 93a3418c3b68be687ae2542cf2e28d14bd508be7 /Makefile | |
parent | cbb12fa4423d9e9650c4ce8e8574ca5c4425d42b (diff) | |
download | openttd-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |