configure
changeset 10400 03e9c6b00a00
parent 10385 4f9838649c7f
equal deleted inserted replaced
10399:129857a93786 10400:03e9c6b00a00
    88 		if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
    88 		if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
    89 		if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
    89 		if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
    90 		if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }
    90 		if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }
    91 		if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
    91 		if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
    92 		if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
    92 		if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
       
    93 		if ($0 == "DOS"         && "'$os'" != "DOS")               { next; }
    93 		if ($0 == "BEOS"        && "'$os'" != "BEOS")              { next; }
    94 		if ($0 == "BEOS"        && "'$os'" != "BEOS")              { next; }
    94 		if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
    95 		if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
    95 		                "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
    96 		                "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
    96 		if ($0 == "MORPHOS"     && "'$os'" != "MORPHOS")           { next; }
    97 		if ($0 == "MORPHOS"     && "'$os'" != "MORPHOS")           { next; }
    97 		if ($0 == "WINCE"       && "'$os'" != "WINCE")             { next; }
    98 		if ($0 == "WINCE"       && "'$os'" != "WINCE")             { next; }