changeset 6045:5b541e0c8c93 draft

(svn r8772) -Fix: forgot to update 'generate' file while updating 'configure' in the last 3 changes in 'configure'
author truelight <truelight@openttd.org>
date Sat, 17 Feb 2007 12:50:19 +0000
parents f3ad05be7c49
children a0d410fca2dd
files projects/generate
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/projects/generate
+++ b/projects/generate
@@ -53,6 +53,8 @@
 
 			if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
 			if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
+			if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
+			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; }
@@ -61,6 +63,7 @@
 			if ($0 == "WINCE"       && "'$os'" != "WINCE")             { next; }
 			if ($0 == "MSVC"        && "'$os'" != "MSVC")              { next; }
 			if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; }
+			if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" )        { next; }
 
 			skip += 1;