diff options
author | rubidium <rubidium@openttd.org> | 2008-05-06 22:42:10 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-06 22:42:10 +0000 |
commit | eaaf217a964693fdc4dff4ac303fd6ff797b1cae (patch) | |
tree | 134ce855366c3638251329690937fd0768e112b5 /configure | |
parent | 822c130b70f96a165c86cd5d2c13e4e4036e2b60 (diff) | |
download | openttd-eaaf217a964693fdc4dff4ac303fd6ff797b1cae.tar.xz |
(svn r12979) -Codechange: support using MORPHOS in sources.list.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | $awk ' if ($0 == "BEOS" && "'$os'" != "BEOS") { next; } if ($0 == "WIN32" && "'$os'" != "MINGW" && "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; } + if ($0 == "MORPHOS" && "'$os'" != "MORPHOS") { next; } if ($0 == "WINCE" && "'$os'" != "WINCE") { next; } if ($0 == "MSVC" && "'$os'" != "MSVC") { next; } if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; } |