Changeset - r10400:576ffcc0a2be
[Not reviewed]
master
0 2 0
rubidium - 16 years ago 2008-12-03 00:19:06
rubidium@openttd.org
(svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore.
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -81,24 +81,25 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '
 
		if (deep != skip) { deep += 1; next; }
 

	
 
		deep += 1;
 

	
 
		if ($0 == "ALLEGRO"     && "'$allegro_config'" == "")      { next; }
 
		if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
 
		if ($0 == "PNG"         && "'$png_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 == "DOS"         && "'$os'" != "DOS")               { 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; }
 

	
 
		skip += 1;
 

	
projects/generate
Show inline comments
 
@@ -76,24 +76,25 @@ load_main_data() {
 
			gsub("^ ", "", $0);
 

	
 
			if (deep != skip) { deep += 1; next; }
 

	
 
			deep += 1;
 

	
 
			if ($0 == "ALLEGRO"     && "'$allegro_config'" == "")      { next; }
 
			if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
 
			if ($0 == "PNG"         && "'$png_config'" == "")          { next; }
 
			if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
 
			if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
 
			if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }
 
			if ($0 == "DOS"         && "'$os'" != "DOS")               { 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 == "WINCE"       && "'$os'" != "WINCE")             { next; }
 
			if ($0 == "MSVC"        && "'$os'" != "MSVC")              { next; }
 
			if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; }
 
			if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" )        { next; }
 
			if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0")       { next; }
 

	
 
			skip += 1;
0 comments (0 inline, 0 general)