diff options
author | frosch <frosch@openttd.org> | 2010-08-09 06:48:52 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-08-09 06:48:52 +0000 |
commit | 67c21f7e01b7f83c77e934c4fe0771324853d2ab (patch) | |
tree | 5f7ad449ebfacaebf6e58f084b13b7b9a5f88e9e /projects | |
parent | a56f8ba801cf13478b26c1580bc13ba2f116650c (diff) | |
download | openttd-67c21f7e01b7f83c77e934c4fe0771324853d2ab.tar.xz |
(svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cpp
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index a3b6f9461..53c8d4547 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -685,7 +685,6 @@ <ClCompile Include="..\src\company_cmd.cpp" /> <ClCompile Include="..\src\depot_cmd.cpp" /> <ClCompile Include="..\src\disaster_cmd.cpp" /> - <ClCompile Include="..\src\dummy_land.cpp" /> <ClCompile Include="..\src\group_cmd.cpp" /> <ClCompile Include="..\src\industry_cmd.cpp" /> <ClCompile Include="..\src\misc_cmd.cpp" /> @@ -704,6 +703,7 @@ <ClCompile Include="..\src\tree_cmd.cpp" /> <ClCompile Include="..\src\tunnelbridge_cmd.cpp" /> <ClCompile Include="..\src\vehicle_cmd.cpp" /> + <ClCompile Include="..\src\void_cmd.cpp" /> <ClCompile Include="..\src\water_cmd.cpp" /> <ClCompile Include="..\src\waypoint_cmd.cpp" /> <ClCompile Include="..\src\saveload\afterload.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 9cf90ea0b..0d9c99690 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1258,9 +1258,6 @@ <ClCompile Include="..\src\disaster_cmd.cpp"> <Filter>Command handlers</Filter> </ClCompile> - <ClCompile Include="..\src\dummy_land.cpp"> - <Filter>Command handlers</Filter> - </ClCompile> <ClCompile Include="..\src\group_cmd.cpp"> <Filter>Command handlers</Filter> </ClCompile> @@ -1315,6 +1312,9 @@ <ClCompile Include="..\src\vehicle_cmd.cpp"> <Filter>Command handlers</Filter> </ClCompile> + <ClCompile Include="..\src\void_cmd.cpp"> + <Filter>Command handlers</Filter> + </ClCompile> <ClCompile Include="..\src\water_cmd.cpp"> <Filter>Command handlers</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index f0bf20bc9..caad61a7c 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2024,10 +2024,6 @@ > </File> <File - RelativePath=".\..\src\dummy_land.cpp" - > - </File> - <File RelativePath=".\..\src\group_cmd.cpp" > </File> @@ -2100,6 +2096,10 @@ > </File> <File + RelativePath=".\..\src\void_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\water_cmd.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index c23262011..1d35bb7f9 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2021,10 +2021,6 @@ > </File> <File - RelativePath=".\..\src\dummy_land.cpp" - > - </File> - <File RelativePath=".\..\src\group_cmd.cpp" > </File> @@ -2097,6 +2093,10 @@ > </File> <File + RelativePath=".\..\src\void_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\water_cmd.cpp" > </File> |