diff options
author | rubidium <rubidium@openttd.org> | 2008-05-08 13:06:12 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-08 13:06:12 +0000 |
commit | f7b6a02b1e9850c4cdb281148a1cee78c2a3f2a8 (patch) | |
tree | 0094527fc8a56a3c6d26ccca17d64cf1c2166afe /projects | |
parent | 9ed36409c5c39d26788dd8f99b0a6a1082cda375 (diff) | |
download | openttd-f7b6a02b1e9850c4cdb281148a1cee78c2a3f2a8.tar.xz |
(svn r13007) -Fix: some files in source.list where in the wrong category.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 26 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 26 |
2 files changed, 26 insertions, 26 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index db5f8a4f4..486423d97 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -468,10 +468,6 @@ > </File> <File - RelativePath=".\..\src\autoreplace_cmd.cpp" - > - </File> - <File RelativePath=".\..\src\aystar.cpp" > </File> @@ -500,10 +496,6 @@ > </File> <File - RelativePath=".\..\src\cheat_gui.cpp" - > - </File> - <File RelativePath=".\..\src\command.cpp" > </File> @@ -732,10 +724,6 @@ > </File> <File - RelativePath=".\..\src\statusbar_gui.cpp" - > - </File> - <File RelativePath=".\..\src\string.cpp" > </File> @@ -1652,6 +1640,10 @@ > </File> <File + RelativePath=".\..\src\cheat_gui.cpp" + > + </File> + <File RelativePath=".\..\src\depot_gui.cpp" > </File> @@ -1752,6 +1744,10 @@ > </File> <File + RelativePath=".\..\src\statusbar_gui.cpp" + > + </File> + <File RelativePath=".\..\src\subsidy_gui.cpp" > </File> @@ -1785,13 +1781,17 @@ </File> </Filter> <Filter - Name="Landscape" + Name="Command handlers" > <File RelativePath=".\..\src\aircraft_cmd.cpp" > </File> <File + RelativePath=".\..\src\autoreplace_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\clear_cmd.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9e6b488e1..9a865effc 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -465,10 +465,6 @@ > </File> <File - RelativePath=".\..\src\autoreplace_cmd.cpp" - > - </File> - <File RelativePath=".\..\src\aystar.cpp" > </File> @@ -497,10 +493,6 @@ > </File> <File - RelativePath=".\..\src\cheat_gui.cpp" - > - </File> - <File RelativePath=".\..\src\command.cpp" > </File> @@ -729,10 +721,6 @@ > </File> <File - RelativePath=".\..\src\statusbar_gui.cpp" - > - </File> - <File RelativePath=".\..\src\string.cpp" > </File> @@ -1649,6 +1637,10 @@ > </File> <File + RelativePath=".\..\src\cheat_gui.cpp" + > + </File> + <File RelativePath=".\..\src\depot_gui.cpp" > </File> @@ -1749,6 +1741,10 @@ > </File> <File + RelativePath=".\..\src\statusbar_gui.cpp" + > + </File> + <File RelativePath=".\..\src\subsidy_gui.cpp" > </File> @@ -1782,13 +1778,17 @@ </File> </Filter> <Filter - Name="Landscape" + Name="Command handlers" > <File RelativePath=".\..\src\aircraft_cmd.cpp" > </File> <File + RelativePath=".\..\src\autoreplace_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\clear_cmd.cpp" > </File> |