summaryrefslogtreecommitdiff
path: root/configure
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
commit1f9fdc8bc1bfa8ef2007ad2e986fb5adde5f282f (patch)
tree47c493616bc61643f392352672da51f508efc563 /configure
parentb18c5a19db6ff71c93fc8045b83ec7d6af9efcd5 (diff)
downloadopenttd-1f9fdc8bc1bfa8ef2007ad2e986fb5adde5f282f.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 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 27eca46b9..b3d0737af 100755
--- a/configure
+++ b/configure
@@ -82,6 +82,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | awk '
if ($0 == "WINCE" && "'$os'" != "WINCE") { next; }
if ($0 == "MSVC" && "'$os'" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; }
+ if ($0 == "LIBTIMIDITY" && "'$with_libtimidity'" == "0") { next; }
skip += 1;