projects/generate
changeset 8393 302798e32478
parent 8390 2fa829d2fca1
child 8905 a6974b6041d9
equal deleted inserted replaced
8392:42250adef0f5 8393:302798e32478
    12 then
    12 then
    13 	echo "Can't find source.list, needed in order to make this run. Please go to either"
    13 	echo "Can't find source.list, needed in order to make this run. Please go to either"
    14 	echo " the project dir, or the root dir of a clean SVN checkout."
    14 	echo " the project dir, or the root dir of a clean SVN checkout."
    15 	exit 1
    15 	exit 1
    16 fi
    16 fi
       
    17 
       
    18 # openttd_vs90.sln    is for MSVC 2008
       
    19 # openttd_vs90.vcproj is for MSVC 2008
       
    20 # langs_vs90.vcproj   is for MSVC 2008
       
    21 # strgen_vs90.vcproj  is for MSVC 2008
    17 
    22 
    18 # openttd_vs80.sln    is for MSVC 2005
    23 # openttd_vs80.sln    is for MSVC 2005
    19 # openttd_vs80.vcproj is for MSVC 2005
    24 # openttd_vs80.vcproj is for MSVC 2005
    20 # langs_vs80.vcproj   is for MSVC 2005
    25 # langs_vs80.vcproj   is for MSVC 2005
    21 # strgen_vs80.vcproj  is for MSVC 2005
    26 # strgen_vs80.vcproj  is for MSVC 2005
   194 load_main_data "$ROOT_DIR/source.list" openttd
   199 load_main_data "$ROOT_DIR/source.list" openttd
   195 load_lang_data "$ROOT_DIR/src/lang/*.txt" lang
   200 load_lang_data "$ROOT_DIR/src/lang/*.txt" lang
   196 
   201 
   197 generate "$openttd" "openttd.vcproj"      "msvc2003"
   202 generate "$openttd" "openttd.vcproj"      "msvc2003"
   198 generate "$openttd" "openttd_vs80.vcproj" "msvc2005"
   203 generate "$openttd" "openttd_vs80.vcproj" "msvc2005"
       
   204 generate "$openttd" "openttd_vs90.vcproj" "msvc2005"
   199 generate "$lang" "langs.vcproj"           "msvc2003"
   205 generate "$lang" "langs.vcproj"           "msvc2003"
   200 generate "$lang" "langs_vs80.vcproj"      "msvc2005"
   206 generate "$lang" "langs_vs80.vcproj"      "msvc2005"
       
   207 generate "$lang" "langs_vs90.vcproj"      "msvc2005"