projects/generate
changeset 10400 03e9c6b00a00
parent 10379 dd9d0aade65e
equal deleted inserted replaced
10399:129857a93786 10400:03e9c6b00a00
    83 			if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
    83 			if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
    84 			if ($0 == "PNG"         && "'$png_config'" == "")          { next; }
    84 			if ($0 == "PNG"         && "'$png_config'" == "")          { next; }
    85 			if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
    85 			if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
    86 			if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
    86 			if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
    87 			if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }
    87 			if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }
       
    88 			if ($0 == "DOS"         && "'$os'" != "DOS")               { next; }
    88 			if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
    89 			if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
    89 			if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
    90 			if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
    90 			if ($0 == "BEOS"        && "'$os'" != "BEOS")              { next; }
    91 			if ($0 == "BEOS"        && "'$os'" != "BEOS")              { next; }
    91 			if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
    92 			if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
    92 											"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
    93 											"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }