mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore.
This commit is contained in:
parent
57eb0df62d
commit
e4edaa78ae
1
configure
vendored
1
configure
vendored
@ -90,6 +90,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | $awk '
|
|||||||
if ($0 == "PSP" && "'$os'" != "PSP") { next; }
|
if ($0 == "PSP" && "'$os'" != "PSP") { next; }
|
||||||
if ($0 == "DEDICATED" && "'$enable_dedicated'" != "1") { next; }
|
if ($0 == "DEDICATED" && "'$enable_dedicated'" != "1") { next; }
|
||||||
if ($0 == "COCOA" && "'$with_cocoa'" == "0") { next; }
|
if ($0 == "COCOA" && "'$with_cocoa'" == "0") { next; }
|
||||||
|
if ($0 == "DOS" && "'$os'" != "DOS") { next; }
|
||||||
if ($0 == "BEOS" && "'$os'" != "BEOS") { next; }
|
if ($0 == "BEOS" && "'$os'" != "BEOS") { next; }
|
||||||
if ($0 == "WIN32" && "'$os'" != "MINGW" &&
|
if ($0 == "WIN32" && "'$os'" != "MINGW" &&
|
||||||
"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
|
"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
|
||||||
|
@ -85,6 +85,7 @@ load_main_data() {
|
|||||||
if ($0 == "OSX" && "'$os'" != "OSX") { next; }
|
if ($0 == "OSX" && "'$os'" != "OSX") { next; }
|
||||||
if ($0 == "OS2" && "'$os'" != "OS2") { next; }
|
if ($0 == "OS2" && "'$os'" != "OS2") { next; }
|
||||||
if ($0 == "PSP" && "'$os'" != "PSP") { next; }
|
if ($0 == "PSP" && "'$os'" != "PSP") { next; }
|
||||||
|
if ($0 == "DOS" && "'$os'" != "DOS") { next; }
|
||||||
if ($0 == "DEDICATED" && "'$enable_dedicated'" != "1") { next; }
|
if ($0 == "DEDICATED" && "'$enable_dedicated'" != "1") { next; }
|
||||||
if ($0 == "COCOA" && "'$with_cocoa'" == "0") { next; }
|
if ($0 == "COCOA" && "'$with_cocoa'" == "0") { next; }
|
||||||
if ($0 == "BEOS" && "'$os'" != "BEOS") { next; }
|
if ($0 == "BEOS" && "'$os'" != "BEOS") { next; }
|
||||||
|
Loading…
Reference in New Issue
Block a user