summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-02-16 09:50:28 +0000
committertruelight <truelight@openttd.org>2007-02-16 09:50:28 +0000
commitee9f17844d5138e027ba51d72ff7f3fc71473e3d (patch)
tree47c493616bc61643f392352672da51f508efc563 /source.list
parentd431df82771f4e26da3e9b5fda757c42860a4cfb (diff)
downloadopenttd-ee9f17844d5138e027ba51d72ff7f3fc71473e3d.tar.xz
(svn r8757) -Add: added libtimidity music driver (it is a nice small library simular to timidity via extmidi)
[PSP] -Add: added PSP specific code for libtimidity. libtimidity code is based on the work of Turulo. Tnx a bunch!
Diffstat (limited to 'source.list')
-rw-r--r--source.list8
1 files changed, 7 insertions, 1 deletions
diff --git a/source.list b/source.list
index e13d597e8..387d37e6e 100644
--- a/source.list
+++ b/source.list
@@ -366,12 +366,18 @@ music/null_m.cpp
#else
#if WINCE
#else
- music/extmidi.cpp
+ #if PSP
+ #else
+ music/extmidi.cpp
+ #end
#end
#end
#if BEOS
music/bemidi.cpp
#end
+#if LIBTIMIDITY
+ music/libtimidity.cpp
+#end
# Sound
sound/null_s.cpp