configure
changeset 5840 a1dba7cd499c
parent 5811 cb94a44f0e29
child 6004 03795fd01cb8
equal deleted inserted replaced
5839:c2c0d03d9098 5840:a1dba7cd499c
    70 
    70 
    71 		deep += 1;
    71 		deep += 1;
    72 
    72 
    73 		if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
    73 		if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
    74 		if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
    74 		if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
       
    75 		if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
    75 		if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
    76 		if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
    76 		if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
    77 		if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
    77 		if ($0 == "BEOS"        && "'$os'" != "BEOS")              { next; }
    78 		if ($0 == "BEOS"        && "'$os'" != "BEOS")              { next; }
    78 		if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
    79 		if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
    79 		                "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
    80 		                "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }