(svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore.
authorrubidium
Wed, 03 Dec 2008 00:19:06 +0000
changeset 10400 03e9c6b00a00
parent 10399 129857a93786
child 10401 867b5ace076f
(svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore.
configure
projects/generate
--- a/configure	Wed Dec 03 00:14:19 2008 +0000
+++ b/configure	Wed Dec 03 00:19:06 2008 +0000
@@ -90,6 +90,7 @@
 		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; }
--- a/projects/generate	Wed Dec 03 00:14:19 2008 +0000
+++ b/projects/generate	Wed Dec 03 00:19:06 2008 +0000
@@ -85,6 +85,7 @@
 			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; }