Changeset - r9119:839152b932a1
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2008-05-06 22:42:10
rubidium@openttd.org
(svn r12979) -Codechange: support using MORPHOS in sources.list.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -89,12 +89,13 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '
 
		if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }
 
		if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
 
		if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
 
		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; }
 
		if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" )        { next; }
 
		if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0")       { next; }
 

	
0 comments (0 inline, 0 general)