Changeset - r6045:591cb717985d
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-02-17 12:50:19
truelight@openttd.org
(svn r8772) -Fix: forgot to update 'generate' file while updating 'configure' in the last 3 changes in 'configure'
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
projects/generate
Show inline comments
 
@@ -53,6 +53,8 @@ load_main_data() {
 

	
 
			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 @@ load_main_data() {
 
			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;
 

	
0 comments (0 inline, 0 general)