projects/generate
changeset 10379 dd9d0aade65e
parent 10377 7fd36921d42f
child 10400 03e9c6b00a00
equal deleted inserted replaced
10378:8f1effb3745f 10379:dd9d0aade65e
    26 # strgen_vs80.vcproj  is for MSVC 2005
    26 # strgen_vs80.vcproj  is for MSVC 2005
    27 
    27 
    28 
    28 
    29 
    29 
    30 # First, collect the list of Windows files
    30 # First, collect the list of Windows files
       
    31 allegro_config=""
    31 sdl_config="1"
    32 sdl_config="1"
    32 png_config="1"
    33 png_config="1"
    33 os="MSVC"
    34 os="MSVC"
    34 enable_dedicated="0"
    35 enable_dedicated="0"
    35 with_cocoa="0"
    36 with_cocoa="0"
    76 
    77 
    77 			if (deep != skip) { deep += 1; next; }
    78 			if (deep != skip) { deep += 1; next; }
    78 
    79 
    79 			deep += 1;
    80 			deep += 1;
    80 
    81 
       
    82 			if ($0 == "ALLEGRO"     && "'$allegro_config'" == "")      { next; }
    81 			if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
    83 			if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
    82 			if ($0 == "PNG"         && "'$png_config'" == "")          { next; }
    84 			if ($0 == "PNG"         && "'$png_config'" == "")          { next; }
    83 			if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
    85 			if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
    84 			if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
    86 			if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
    85 			if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }
    87 			if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }