diff options
author | rubidium <rubidium@openttd.org> | 2008-09-30 20:51:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-09-30 20:51:04 +0000 |
commit | e589c7e580329137edbbf8d0e8e7f2333256b8d3 (patch) | |
tree | 5cdc895449fdbe349dfb1703357a89cdea6cc5e0 /projects | |
parent | f56e630e5cb839b307f04bf52465c4db4d1ad904 (diff) | |
download | openttd-e589c7e580329137edbbf8d0e8e7f2333256b8d3.tar.xz |
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 56 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 56 |
2 files changed, 56 insertions, 56 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 88044a818..80c98483b 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -668,10 +668,6 @@ > </File> <File - RelativePath=".\..\src\players.cpp" - > - </File> - <File RelativePath=".\..\src\queue.cpp" > </File> @@ -876,6 +872,26 @@ > </File> <File + RelativePath=".\..\src\company_base.h" + > + </File> + <File + RelativePath=".\..\src\company_func.h" + > + </File> + <File + RelativePath=".\..\src\company_gui.h" + > + </File> + <File + RelativePath=".\..\src\company_manager_face.h" + > + </File> + <File + RelativePath=".\..\src\company_type.h" + > + </File> + <File RelativePath=".\..\src\console_func.h" > </File> @@ -1280,26 +1296,6 @@ > </File> <File - RelativePath=".\..\src\player_base.h" - > - </File> - <File - RelativePath=".\..\src\player_face.h" - > - </File> - <File - RelativePath=".\..\src\player_func.h" - > - </File> - <File - RelativePath=".\..\src\player_gui.h" - > - </File> - <File - RelativePath=".\..\src\player_type.h" - > - </File> - <File RelativePath=".\..\src\querystring_gui.h" > </File> @@ -1744,6 +1740,10 @@ > </File> <File + RelativePath=".\..\src\company_gui.cpp" + > + </File> + <File RelativePath=".\..\src\depot_gui.cpp" > </File> @@ -1812,10 +1812,6 @@ > </File> <File - RelativePath=".\..\src\player_gui.cpp" - > - </File> - <File RelativePath=".\..\src\rail_gui.cpp" > </File> @@ -1908,6 +1904,10 @@ > </File> <File + RelativePath=".\..\src\company_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\disaster_cmd.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9c8b73d73..c8d2c0dc8 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -665,10 +665,6 @@ > </File> <File - RelativePath=".\..\src\players.cpp" - > - </File> - <File RelativePath=".\..\src\queue.cpp" > </File> @@ -873,6 +869,26 @@ > </File> <File + RelativePath=".\..\src\company_base.h" + > + </File> + <File + RelativePath=".\..\src\company_func.h" + > + </File> + <File + RelativePath=".\..\src\company_gui.h" + > + </File> + <File + RelativePath=".\..\src\company_manager_face.h" + > + </File> + <File + RelativePath=".\..\src\company_type.h" + > + </File> + <File RelativePath=".\..\src\console_func.h" > </File> @@ -1277,26 +1293,6 @@ > </File> <File - RelativePath=".\..\src\player_base.h" - > - </File> - <File - RelativePath=".\..\src\player_face.h" - > - </File> - <File - RelativePath=".\..\src\player_func.h" - > - </File> - <File - RelativePath=".\..\src\player_gui.h" - > - </File> - <File - RelativePath=".\..\src\player_type.h" - > - </File> - <File RelativePath=".\..\src\querystring_gui.h" > </File> @@ -1741,6 +1737,10 @@ > </File> <File + RelativePath=".\..\src\company_gui.cpp" + > + </File> + <File RelativePath=".\..\src\depot_gui.cpp" > </File> @@ -1809,10 +1809,6 @@ > </File> <File - RelativePath=".\..\src\player_gui.cpp" - > - </File> - <File RelativePath=".\..\src\rail_gui.cpp" > </File> @@ -1905,6 +1901,10 @@ > </File> <File + RelativePath=".\..\src\company_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\disaster_cmd.cpp" > </File> |