# HG changeset patch # User rubidium # Date 1172080774 0 # Node ID 0a7a812e54ea23dadad04988b847fe8a1f807a6d # Parent e229761beb174d858ab0f8285f19200094c3a47d (svn r8832) -Change: rewrite the solution file generator a little so it makes project files that look more like the ones generated by respectively MSVC2003 and MSVC2005. For some reason the internal formatting of the XML between MSVC2003 and MSVC2005 differs, so adding a file in MSVC2005 would result in basically adding the entire openttd_vs80.vcproj to the diff. diff --git a/projects/generate b/projects/generate --- a/projects/generate +++ b/projects/generate @@ -111,8 +111,7 @@ i=`basename $i | sed s/.txt$//g` RES="$RES + RelativePath=\"..\\src\\lang\\"$i".txt\"> + Outputs=\"..\\bin\\lang\\"$i".lng\"/> " done @@ -141,7 +139,15 @@ ' > \"$ROOT_DIR/projects/$2\"`" # The files-list - echo "$1" >> "$ROOT_DIR/projects/$2" + if [ "$3" = "msvc2003" ]; then + echo "$1" | sed 's@\ \ @\n@' >> "$ROOT_DIR/projects/$2" + else + echo "$1" | sed ' + s@Filter="">@>@; + s@^\([ ]*\)\([^ <].*[^/]\)>$@\1\2\n\1>@g; + s@^ \([ ]*\)\([^ <].*\)/>$@ \1\2\n\1/>@g; + ' >> "$ROOT_DIR/projects/$2" + fi # Everything below the !!FILES!! marker RES="`cat \"$ROOT_DIR/projects/$2\".in | tr '\r' '\n' | awk ' @@ -158,7 +164,7 @@ load_main_data "$ROOT_DIR/source.list" openttd load_lang_data "$ROOT_DIR/src/lang/*.txt" lang -generate "$openttd" "openttd.vcproj" -generate "$openttd" "openttd_vs80.vcproj" -generate "$lang" "langs_vs80.vcproj" -generate "$lang" "langs.vcproj" +generate "$openttd" "openttd.vcproj" "msvc2003" +generate "$openttd" "openttd_vs80.vcproj" "msvc2005" +generate "$lang" "langs.vcproj" "msvc2003" +generate "$lang" "langs_vs80.vcproj" "msvc2005" diff --git a/projects/langs.vcproj b/projects/langs.vcproj --- a/projects/langs.vcproj +++ b/projects/langs.vcproj @@ -39,493 +39,458 @@ + RelativePath="..\src\lang\american.txt"> + Outputs="..\bin\lang\american.lng"/> + RelativePath="..\src\lang\brazilian_portuguese.txt"> + Outputs="..\bin\lang\brazilian_portuguese.lng"/> + RelativePath="..\src\lang\bulgarian.txt"> + Outputs="..\bin\lang\bulgarian.lng"/> + RelativePath="..\src\lang\catalan.txt"> + Outputs="..\bin\lang\catalan.lng"/> + RelativePath="..\src\lang\czech.txt"> + Outputs="..\bin\lang\czech.lng"/> + RelativePath="..\src\lang\danish.txt"> + Outputs="..\bin\lang\danish.lng"/> + RelativePath="..\src\lang\dutch.txt"> + Outputs="..\bin\lang\dutch.lng"/> + RelativePath="..\src\lang\english.txt"> + Outputs="..\bin\lang\english.lng"/> + RelativePath="..\src\lang\esperanto.txt"> + Outputs="..\bin\lang\esperanto.lng"/> + RelativePath="..\src\lang\estonian.txt"> + Outputs="..\bin\lang\estonian.lng"/> + RelativePath="..\src\lang\finnish.txt"> + Outputs="..\bin\lang\finnish.lng"/> + RelativePath="..\src\lang\french.txt"> + Outputs="..\bin\lang\french.lng"/> + RelativePath="..\src\lang\galician.txt"> + Outputs="..\bin\lang\galician.lng"/> + RelativePath="..\src\lang\german.txt"> + Outputs="..\bin\lang\german.lng"/> + RelativePath="..\src\lang\hungarian.txt"> + Outputs="..\bin\lang\hungarian.lng"/> + RelativePath="..\src\lang\icelandic.txt"> + Outputs="..\bin\lang\icelandic.lng"/> + RelativePath="..\src\lang\italian.txt"> + Outputs="..\bin\lang\italian.lng"/> + RelativePath="..\src\lang\japanese.txt"> + Outputs="..\bin\lang\japanese.lng"/> + RelativePath="..\src\lang\korean.txt"> + Outputs="..\bin\lang\korean.lng"/> + RelativePath="..\src\lang\lithuanian.txt"> + Outputs="..\bin\lang\lithuanian.lng"/> + RelativePath="..\src\lang\norwegian_bokmal.txt"> + Outputs="..\bin\lang\norwegian_bokmal.lng"/> + RelativePath="..\src\lang\norwegian_nynorsk.txt"> + Outputs="..\bin\lang\norwegian_nynorsk.lng"/> + RelativePath="..\src\lang\origveh.txt"> + Outputs="..\bin\lang\origveh.lng"/> + RelativePath="..\src\lang\polish.txt"> + Outputs="..\bin\lang\polish.lng"/> + RelativePath="..\src\lang\portuguese.txt"> + Outputs="..\bin\lang\portuguese.lng"/> + RelativePath="..\src\lang\romanian.txt"> + Outputs="..\bin\lang\romanian.lng"/> + RelativePath="..\src\lang\russian.txt"> + Outputs="..\bin\lang\russian.lng"/> + RelativePath="..\src\lang\simplified_chinese.txt"> + Outputs="..\bin\lang\simplified_chinese.lng"/> + RelativePath="..\src\lang\slovak.txt"> + Outputs="..\bin\lang\slovak.lng"/> + RelativePath="..\src\lang\slovenian.txt"> + Outputs="..\bin\lang\slovenian.lng"/> + RelativePath="..\src\lang\spanish.txt"> + Outputs="..\bin\lang\spanish.lng"/> + RelativePath="..\src\lang\swedish.txt"> + Outputs="..\bin\lang\swedish.lng"/> + RelativePath="..\src\lang\traditional_chinese.txt"> + Outputs="..\bin\lang\traditional_chinese.lng"/> + RelativePath="..\src\lang\turkish.txt"> + Outputs="..\bin\lang\turkish.lng"/> + RelativePath="..\src\lang\ukrainian.txt"> + Outputs="..\bin\lang\ukrainian.lng"/> diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -25,6 +25,11 @@ ATLMinimizesCRunTimeLibraryUsage="false" > + - @@ -50,7 +50,8 @@ RelativePath="..\src\lang\american.txt" > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + Name="Debug|Win32" + > + - diff --git a/projects/openttd.sln b/projects/openttd.sln --- a/projects/openttd.sln +++ b/projects/openttd.sln @@ -19,17 +19,15 @@ Debug = Debug Release = Release EndGlobalSection - GlobalSection(ProjectDependencies) = postSolution - EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution + {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug.ActiveCfg = Debug|Win32 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug.Build.0 = Debug|Win32 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Release.ActiveCfg = Release|Win32 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Release.Build.0 = Release|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Debug.ActiveCfg = Release|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Debug.Build.0 = Release|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Release.ActiveCfg = Release|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Release.Build.0 = Release|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug.ActiveCfg = Debug|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug.Build.0 = Debug|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Release.ActiveCfg = Release|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Release.Build.0 = Release|Win32 {0F066B23-18DF-4284-8265-F4A5E7E3B966}.Debug.ActiveCfg = Debug|Win32 {0F066B23-18DF-4284-8265-F4A5E7E3B966}.Debug.Build.0 = Debug|Win32 {0F066B23-18DF-4284-8265-F4A5E7E3B966}.Release.ActiveCfg = Debug|Win32 diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -3,7 +3,7 @@ ProjectType="Visual C++" Version="7.10" Name="openttd" - RootNameSpace="openttd" + RootNamespace="openttd" SccProjectName="" SccLocalPath=""> @@ -263,18 +263,6 @@ RelativePath=".\..\src\namegen.cpp"> - - - - - - - - - - + + - - - - - - - - - - - - - - + RelativePath=".\..\src\ai\trolly\build.cpp"> + RelativePath=".\..\src\ai\default\default.cpp"> @@ -1052,6 +1019,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/openttd_vs80.sln b/projects/openttd_vs80.sln --- a/projects/openttd_vs80.sln +++ b/projects/openttd_vs80.sln @@ -21,6 +21,14 @@ Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|Win32.ActiveCfg = Debug|Win32 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|Win32.Build.0 = Debug|Win32 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|x64.ActiveCfg = Debug|x64 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|x64.Build.0 = Debug|x64 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|Win32.ActiveCfg = Release|Win32 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|Win32.Build.0 = Release|Win32 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|x64.ActiveCfg = Release|x64 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|x64.Build.0 = Release|x64 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Debug|Win32.ActiveCfg = Debug|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Debug|Win32.Build.0 = Debug|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Debug|x64.ActiveCfg = Debug|Win32 @@ -29,14 +37,6 @@ {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Release|Win32.Build.0 = Debug|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Release|x64.ActiveCfg = Debug|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Release|x64.Build.0 = Debug|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|Win32.ActiveCfg = Debug|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|Win32.Build.0 = Debug|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|x64.ActiveCfg = Debug|x64 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|x64.Build.0 = Debug|x64 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|Win32.ActiveCfg = Release|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|Win32.Build.0 = Release|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|x64.ActiveCfg = Release|x64 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|x64.Build.0 = Release|x64 {0F066B23-18DF-4284-8265-F4A5E7E3B966}.Debug|Win32.ActiveCfg = Debug|Win32 {0F066B23-18DF-4284-8265-F4A5E7E3B966}.Debug|Win32.Build.0 = Debug|Win32 {0F066B23-18DF-4284-8265-F4A5E7E3B966}.Debug|x64.ActiveCfg = Debug|Win32 diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -442,1002 +442,1322 @@ + > + RelativePath=".\..\src\airport.cpp" + > + RelativePath=".\..\src\aystar.cpp" + > + RelativePath=".\..\src\bmp.cpp" + > - - + RelativePath=".\..\src\callback_table.cpp" + > + RelativePath=".\..\src\cargotype.cpp" + > + RelativePath=".\..\src\command.cpp" + > + RelativePath=".\..\src\console.cpp" + > + RelativePath=".\..\src\console_cmds.cpp" + > + RelativePath=".\..\src\currency.cpp" + > + RelativePath=".\..\src\date.cpp" + > + RelativePath=".\..\src\debug.cpp" + > + RelativePath=".\..\src\dedicated.cpp" + > + RelativePath=".\..\src\depot.cpp" + > + RelativePath=".\..\src\driver.cpp" + > + RelativePath=".\..\src\economy.cpp" + > + RelativePath=".\..\src\elrail.cpp" + > + RelativePath=".\..\src\engine.cpp" + > + RelativePath=".\..\src\fileio.cpp" + > - - + RelativePath=".\..\src\fios.cpp" + > + RelativePath=".\..\src\fontcache.cpp" + > + RelativePath=".\..\src\genworld.cpp" + > + RelativePath=".\..\src\gfx.cpp" + > + RelativePath=".\..\src\gfxinit.cpp" + > + RelativePath=".\..\src\heightmap.cpp" + > + RelativePath=".\..\src\helpers.cpp" + > + RelativePath=".\..\src\landscape.cpp" + > + RelativePath=".\..\src\map.cpp" + > + RelativePath=".\..\src\md5.cpp" + > + RelativePath=".\..\src\mersenne.cpp" + > + RelativePath=".\..\src\minilzo.cpp" + > + RelativePath=".\..\src\misc.cpp" + > + RelativePath=".\..\src\mixer.cpp" + > + RelativePath=".\..\src\music.cpp" + > + RelativePath=".\..\src\namegen.cpp" + > + RelativePath=".\..\src\network\network.cpp" + > + RelativePath=".\..\src\network\network_client.cpp" + > + RelativePath=".\..\src\network\network_data.cpp" + > + RelativePath=".\..\src\network\network_gamelist.cpp" + > + RelativePath=".\..\src\network\network_server.cpp" + > + RelativePath=".\..\src\network\network_udp.cpp" + > + RelativePath=".\..\src\npf.cpp" + > + RelativePath=".\..\src\oldloader.cpp" + > + RelativePath=".\..\src\oldpool.cpp" + > + RelativePath=".\..\src\openttd.cpp" + > + RelativePath=".\..\src\os_timer.cpp" + > + RelativePath=".\..\src\ottdres.rc" + > + RelativePath=".\..\src\pathfind.cpp" + > + RelativePath=".\..\src\players.cpp" + > + RelativePath=".\..\src\queue.cpp" + > + RelativePath=".\..\src\rail.cpp" + > - - + RelativePath=".\..\src\saveload.cpp" + > + RelativePath=".\..\src\screenshot.cpp" + > + RelativePath=".\..\src\sdl.cpp" + > + RelativePath=".\..\src\settings.cpp" + > + RelativePath=".\..\src\signs.cpp" + > + RelativePath=".\..\src\sound.cpp" + > + RelativePath=".\..\src\spritecache.cpp" + > + RelativePath=".\..\src\station.cpp" + > + RelativePath=".\..\src\string.cpp" + > + RelativePath=".\..\src\strings.cpp" + > - - + RelativePath=".\..\src\texteff.cpp" + > + RelativePath=".\..\src\tgp.cpp" + > + RelativePath=".\..\src\thread.cpp" + > + RelativePath=".\..\src\tile.cpp" + > + RelativePath=".\..\src\vehicle.cpp" + > + RelativePath=".\..\src\viewport.cpp" + > + RelativePath=".\..\src\waypoint.cpp" + > + RelativePath=".\..\src\widget.cpp" + > + RelativePath=".\..\src\win32.cpp" + > + RelativePath=".\..\src\window.cpp" + > + > - - + RelativePath=".\..\src\aircraft.h" + > + RelativePath=".\..\src\airport.h" + > + RelativePath=".\..\src\airport_movement.h" + > + RelativePath=".\..\src\aystar.h" + > + RelativePath=".\..\src\bmp.h" + > + RelativePath=".\..\src\cargotype.h" + > + RelativePath=".\..\src\command.h" + > + RelativePath=".\..\src\console.h" + > + RelativePath=".\..\src\currency.h" + > + RelativePath=".\..\src\date.h" + > + RelativePath=".\..\src\debug.h" + > + RelativePath=".\..\src\video\dedicated_v.h" + > + RelativePath=".\..\src\depot.h" + > + RelativePath=".\..\src\music\dmusic.h" + > + RelativePath=".\..\src\driver.h" + > + RelativePath=".\..\src\economy.h" + > - - + RelativePath=".\..\src\engine.h" + > + RelativePath=".\..\src\fileio.h" + > + RelativePath=".\..\src\fios.h" + > + RelativePath=".\..\src\fontcache.h" + > + RelativePath=".\..\src\functions.h" + > + RelativePath=".\..\src\genworld.h" + > + RelativePath=".\..\src\gfx.h" + > + RelativePath=".\..\src\gfxinit.h" + > + RelativePath=".\..\src\gui.h" + > + RelativePath=".\..\src\hal.h" + > + RelativePath=".\..\src\heightmap.h" + > + RelativePath=".\..\src\helpers.hpp" + > + RelativePath=".\..\src\industry.h" + > + RelativePath=".\..\src\livery.h" + > + RelativePath=".\..\src\macros.h" + > + RelativePath=".\..\src\map.h" + > + RelativePath=".\..\src\md5.h" + > + RelativePath=".\..\src\mixer.h" + > + RelativePath=".\..\src\music.h" + > + RelativePath=".\..\src\network\network.h" + > - - + RelativePath=".\..\src\network\network_client.h" + > + RelativePath=".\..\src\network\network_data.h" + > + RelativePath=".\..\src\network\network_gamelist.h" + > + RelativePath=".\..\src\network\network_gui.h" + > + RelativePath=".\..\src\network\network_server.h" + > + RelativePath=".\..\src\network\network_udp.h" + > + RelativePath=".\..\src\newgrf.h" + > + RelativePath=".\..\src\newgrf_callbacks.h" + > - - + RelativePath=".\..\src\newgrf_cargo.h" + > + RelativePath=".\..\src\newgrf_config.h" + > + RelativePath=".\..\src\newgrf_engine.h" + > + RelativePath=".\..\src\newgrf_sound.h" + > + RelativePath=".\..\src\newgrf_spritegroup.h" + > + RelativePath=".\..\src\newgrf_station.h" + > + RelativePath=".\..\src\newgrf_text.h" + > + RelativePath=".\..\src\news.h" + > + RelativePath=".\..\src\npf.h" + > + RelativePath=".\..\src\music\null_m.h" + > + RelativePath=".\..\src\sound\null_s.h" + > + RelativePath=".\..\src\video\null_v.h" + > + RelativePath=".\..\src\oldpool.h" + > + RelativePath=".\..\src\openttd.h" + > - - + RelativePath=".\..\src\pathfind.h" + > + RelativePath=".\..\src\player.h" + > + RelativePath=".\..\src\queue.h" + > + RelativePath=".\..\src\rail.h" + > + RelativePath=".\..\src\road_cmd.h" + > + RelativePath=".\..\src\saveload.h" + > + RelativePath=".\..\src\screenshot.h" + > + RelativePath=".\..\src\sound\sdl_s.h" + > + RelativePath=".\..\src\video\sdl_v.h" + > + RelativePath=".\..\src\settings.h" + > + RelativePath=".\..\src\signs.h" + > + RelativePath=".\..\src\slope.h" + > + RelativePath=".\..\src\sound.h" + > + RelativePath=".\..\src\sprite.h" + > - - + RelativePath=".\..\src\station.h" + > + RelativePath=".\..\src\stdafx.h" + > + RelativePath=".\..\src\string.h" + > + RelativePath=".\..\src\tgp.h" + > + RelativePath=".\..\src\thread.h" + > + RelativePath=".\..\src\tile.h" + > + RelativePath=".\..\src\town.h" + > + RelativePath=".\..\src\train.h" + > + RelativePath=".\..\src\variables.h" + > - - + RelativePath=".\..\src\vehicle.h" + > + RelativePath=".\..\src\vehicle_gui.h" + > + RelativePath=".\..\src\viewport.h" + > + RelativePath=".\..\src\waypoint.h" + > + RelativePath=".\..\src\music\win32_m.h" + > + RelativePath=".\..\src\sound\win32_s.h" + > + RelativePath=".\..\src\video\win32_v.h" + > + RelativePath=".\..\src\window.h" + > + > + RelativePath=".\..\src\aircraft_gui.cpp" + > + RelativePath=".\..\src\airport_gui.cpp" + > + RelativePath=".\..\src\autoreplace_gui.cpp" + > + RelativePath=".\..\src\bridge_gui.cpp" + > + RelativePath=".\..\src\build_vehicle_gui.cpp" + > + RelativePath=".\..\src\depot_gui.cpp" + > + RelativePath=".\..\src\dock_gui.cpp" + > + RelativePath=".\..\src\engine_gui.cpp" + > + RelativePath=".\..\src\genworld_gui.cpp" + > + RelativePath=".\..\src\graph_gui.cpp" + > + RelativePath=".\..\src\industry_gui.cpp" + > + RelativePath=".\..\src\intro_gui.cpp" + > + RelativePath=".\..\src\main_gui.cpp" + > + RelativePath=".\..\src\misc_gui.cpp" + > + RelativePath=".\..\src\music_gui.cpp" + > + RelativePath=".\..\src\network\network_gui.cpp" + > + RelativePath=".\..\src\newgrf_gui.cpp" + > + RelativePath=".\..\src\news_gui.cpp" + > + RelativePath=".\..\src\order_gui.cpp" + > + RelativePath=".\..\src\player_gui.cpp" + > + RelativePath=".\..\src\rail_gui.cpp" + > + RelativePath=".\..\src\road_gui.cpp" + > + RelativePath=".\..\src\roadveh_gui.cpp" + > + RelativePath=".\..\src\settings_gui.cpp" + > + RelativePath=".\..\src\ship_gui.cpp" + > + RelativePath=".\..\src\signs_gui.cpp" + > + RelativePath=".\..\src\smallmap_gui.cpp" + > + RelativePath=".\..\src\station_gui.cpp" + > + RelativePath=".\..\src\subsidy_gui.cpp" + > + RelativePath=".\..\src\terraform_gui.cpp" + > + RelativePath=".\..\src\town_gui.cpp" + > + RelativePath=".\..\src\train_gui.cpp" + > + RelativePath=".\..\src\vehicle_gui.cpp" + > + > + RelativePath=".\..\src\aircraft_cmd.cpp" + > + RelativePath=".\..\src\clear_cmd.cpp" + > + RelativePath=".\..\src\disaster_cmd.cpp" + > + RelativePath=".\..\src\dummy_land.cpp" + > + RelativePath=".\..\src\industry_cmd.cpp" + > + RelativePath=".\..\src\misc_cmd.cpp" + > + RelativePath=".\..\src\order_cmd.cpp" + > + RelativePath=".\..\src\rail_cmd.cpp" + > + RelativePath=".\..\src\road_cmd.cpp" + > + RelativePath=".\..\src\roadveh_cmd.cpp" + > + RelativePath=".\..\src\ship_cmd.cpp" + > + RelativePath=".\..\src\station_cmd.cpp" + > + RelativePath=".\..\src\town_cmd.cpp" + > + RelativePath=".\..\src\train_cmd.cpp" + > + RelativePath=".\..\src\tree_cmd.cpp" + > + RelativePath=".\..\src\tunnelbridge_cmd.cpp" + > + RelativePath=".\..\src\unmovable_cmd.cpp" + > + RelativePath=".\..\src\water_cmd.cpp" + > + > + RelativePath=".\..\src\table\ai_rail.h" + > + RelativePath=".\..\src\table\allstrings.h" + > + RelativePath=".\..\src\table\animcursors.h" + > + RelativePath=".\..\src\table\autorail.h" + > + RelativePath=".\..\src\table\build_industry.h" + > + RelativePath=".\..\src\table\cargo_const.h" + > + RelativePath=".\..\src\table\clear_land.h" + > + RelativePath=".\..\src\table\elrail_data.h" + > + RelativePath=".\..\src\table\engines.h" + > + RelativePath=".\..\src\table\genland.h" + > + RelativePath=".\..\src\table\industry_land.h" + > + RelativePath=".\..\src\table\landscape_sprite.h" + > + RelativePath=".\..\src\table\namegen.h" + > + RelativePath=".\..\src\table\palettes.h" + > + RelativePath=".\..\src\table\road_land.h" + > + RelativePath=".\..\src\table\roadveh.h" + > + RelativePath=".\..\src\table\sprites.h" + > + RelativePath=".\..\src\table\station_land.h" + > + RelativePath=".\..\src\table\strings.h" + > + RelativePath=".\..\src\table\town_land.h" + > + RelativePath=".\..\src\table\track_land.h" + > + RelativePath=".\..\src\table\train_cmd.h" + > + RelativePath=".\..\src\table\tree_land.h" + > + RelativePath=".\..\src\table\tunnel_land.h" + > + RelativePath=".\..\src\table\unmovable_land.h" + > + RelativePath=".\..\src\table\water_land.h" + > + > + RelativePath=".\..\src\ai\ai.cpp" + > + RelativePath=".\..\src\ai\trolly\build.cpp" + > + RelativePath=".\..\src\ai\default\default.cpp" + > + RelativePath=".\..\src\ai\trolly\pathfinder.cpp" + > + RelativePath=".\..\src\ai\trolly\shared.cpp" + > + RelativePath=".\..\src\ai\trolly\trolly.cpp" + > + > + RelativePath=".\..\src\newgrf.cpp" + > + RelativePath=".\..\src\newgrf_cargo.cpp" + > + RelativePath=".\..\src\newgrf_config.cpp" + > + RelativePath=".\..\src\newgrf_engine.cpp" + > + RelativePath=".\..\src\newgrf_sound.cpp" + > + RelativePath=".\..\src\newgrf_spritegroup.cpp" + > + RelativePath=".\..\src\newgrf_station.cpp" + > + RelativePath=".\..\src\newgrf_text.cpp" + > + > + RelativePath=".\..\src\bridge_map.cpp" + > + RelativePath=".\..\src\bridge_map.h" + > + RelativePath=".\..\src\clear_map.h" + > + RelativePath=".\..\src\industry_map.h" + > + RelativePath=".\..\src\rail_map.h" + > + RelativePath=".\..\src\road_map.cpp" + > + RelativePath=".\..\src\road_map.h" + > + RelativePath=".\..\src\station_map.cpp" + > + RelativePath=".\..\src\station_map.h" + > + RelativePath=".\..\src\town_map.h" + > + RelativePath=".\..\src\tree_map.h" + > + RelativePath=".\..\src\tunnel_map.cpp" + > + RelativePath=".\..\src\tunnel_map.h" + > + RelativePath=".\..\src\unmovable_map.h" + > + RelativePath=".\..\src\void_map.h" + > + RelativePath=".\..\src\water_map.h" + > + > + + + RelativePath=".\..\src\misc\autocopyptr.hpp" + > + + + RelativePath=".\..\src\misc\binaryheap.hpp" + > + + + RelativePath=".\..\src\misc\countedptr.hpp" + > + RelativePath=".\..\src\misc\crc32.hpp" + > + + + RelativePath=".\..\src\misc\hashtable.hpp" + > + + + + + RelativePath=".\..\src\network\core\core.cpp" + > + + + + + RelativePath=".\..\src\network\core\os_abstraction.h" + > + + + + + RelativePath=".\..\src\network\core\tcp.cpp" + > + RelativePath=".\..\src\network\core\tcp.h" + > + + + + + > + RelativePath=".\..\src\yapf\follow_track.cpp" + > + RelativePath=".\..\src\yapf\follow_track.hpp" + > + RelativePath=".\..\src\yapf\nodelist.hpp" + > + RelativePath=".\..\src\yapf\track_dir.hpp" + > + RelativePath=".\..\src\yapf\yapf.h" + > + RelativePath=".\..\src\yapf\yapf.hpp" + > + RelativePath=".\..\src\yapf\yapf_base.hpp" + > + RelativePath=".\..\src\yapf\yapf_common.cpp" + > + RelativePath=".\..\src\yapf\yapf_common.hpp" + > + RelativePath=".\..\src\yapf\yapf_costbase.hpp" + > + RelativePath=".\..\src\yapf\yapf_costcache.hpp" + > + RelativePath=".\..\src\yapf\yapf_costrail.hpp" + > + RelativePath=".\..\src\yapf\yapf_destrail.hpp" + > + RelativePath=".\..\src\yapf\yapf_node.hpp" + > + RelativePath=".\..\src\yapf\yapf_node_rail.hpp" + > + RelativePath=".\..\src\yapf\yapf_node_road.hpp" + > + RelativePath=".\..\src\yapf\yapf_rail.cpp" + > + RelativePath=".\..\src\yapf\yapf_road.cpp" + > + RelativePath=".\..\src\yapf\yapf_settings.h" + > + RelativePath=".\..\src\yapf\yapf_ship.cpp" + > + > + RelativePath=".\..\src\video\dedicated_v.cpp" + > + RelativePath=".\..\src\video\null_v.cpp" + > + RelativePath=".\..\src\video\sdl_v.cpp" + > + RelativePath=".\..\src\video\win32_v.cpp" + > + > + RelativePath=".\..\src\music\dmusic.cpp" + > + RelativePath=".\..\src\music\null_m.cpp" + > + RelativePath=".\..\src\music\win32_m.cpp" + > + > + RelativePath=".\..\src\sound\null_s.cpp" + > + RelativePath=".\..\src\sound\sdl_s.cpp" + > + RelativePath=".\..\src\sound\win32_s.cpp" + > + RelativePath=".\..\media\mainicon.ico" + > + RelativePath=".\..\media\openttd.ico" + > + RelativePath=".\..\readme.txt" + > diff --git a/projects/openttd_vs80.vcproj.in b/projects/openttd_vs80.vcproj.in --- a/projects/openttd_vs80.vcproj.in +++ b/projects/openttd_vs80.vcproj.in @@ -485,13 +485,16 @@ + RelativePath=".\..\media\mainicon.ico" + > + RelativePath=".\..\media\openttd.ico" + > + RelativePath=".\..\readme.txt" + > diff --git a/projects/strgen_vs80.vcproj b/projects/strgen_vs80.vcproj --- a/projects/strgen_vs80.vcproj +++ b/projects/strgen_vs80.vcproj @@ -44,7 +44,6 @@ + Name="Release|Win32" + > - - + ObjectFile="$(IntDir)/$(InputName)1.obj" + /> + +