projects/generate
changeset 6025 596b7176dc7f
parent 5763 d43b3021adcd
child 6255 7215bc7cb877
equal deleted inserted replaced
6024:c22412126cea 6025:596b7176dc7f
    56 			if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
    56 			if ($0 == "DEDICATED"   && "'$enable_dedicated'" != "1")   { next; }
    57 			if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
    57 			if ($0 == "COCOA"       && "'$with_cocoa'" == "0")         { next; }
    58 			if ($0 == "BEOS"        && "'$os'" != "BEOS")              { next; }
    58 			if ($0 == "BEOS"        && "'$os'" != "BEOS")              { next; }
    59 			if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
    59 			if ($0 == "WIN32"       && "'$os'" != "MINGW" &&
    60 											"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
    60 											"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
       
    61 			if ($0 == "WINCE"       && "'$os'" != "WINCE")             { next; }
    61 			if ($0 == "MSVC"        && "'$os'" != "MSVC")              { next; }
    62 			if ($0 == "MSVC"        && "'$os'" != "MSVC")              { next; }
    62 			if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; }
    63 			if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; }
    63 
    64 
    64 			skip += 1;
    65 			skip += 1;
    65 
    66