equal
deleted
inserted
replaced
51 |
51 |
52 deep += 1; |
52 deep += 1; |
53 |
53 |
54 if ($0 == "SDL" && "'$sdl_config'" == "") { next; } |
54 if ($0 == "SDL" && "'$sdl_config'" == "") { next; } |
55 if ($0 == "OSX" && "'$os'" != "OSX") { next; } |
55 if ($0 == "OSX" && "'$os'" != "OSX") { next; } |
|
56 if ($0 == "OS2" && "'$os'" != "OS2") { next; } |
|
57 if ($0 == "PSP" && "'$os'" != "PSP") { next; } |
56 if ($0 == "DEDICATED" && "'$enable_dedicated'" != "1") { next; } |
58 if ($0 == "DEDICATED" && "'$enable_dedicated'" != "1") { next; } |
57 if ($0 == "COCOA" && "'$with_cocoa'" == "0") { next; } |
59 if ($0 == "COCOA" && "'$with_cocoa'" == "0") { next; } |
58 if ($0 == "BEOS" && "'$os'" != "BEOS") { next; } |
60 if ($0 == "BEOS" && "'$os'" != "BEOS") { next; } |
59 if ($0 == "WIN32" && "'$os'" != "MINGW" && |
61 if ($0 == "WIN32" && "'$os'" != "MINGW" && |
60 "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; } |
62 "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; } |
61 if ($0 == "WINCE" && "'$os'" != "WINCE") { next; } |
63 if ($0 == "WINCE" && "'$os'" != "WINCE") { next; } |
62 if ($0 == "MSVC" && "'$os'" != "MSVC") { next; } |
64 if ($0 == "MSVC" && "'$os'" != "MSVC") { next; } |
63 if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; } |
65 if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; } |
|
66 if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; } |
64 |
67 |
65 skip += 1; |
68 skip += 1; |
66 |
69 |
67 next; |
70 next; |
68 } |
71 } |