(svn r13007) -Fix: some files in source.list where in the wrong category.
authorrubidium
Thu, 08 May 2008 13:06:12 +0000
changeset 10464 a31507086dd2
parent 10463 b7e820730f30
child 10465 0c68afe3d725
(svn r13007) -Fix: some files in source.list where in the wrong category.
projects/openttd_vs80.vcproj
projects/openttd_vs90.vcproj
source.list
--- a/projects/openttd_vs80.vcproj	Thu May 08 12:59:47 2008 +0000
+++ b/projects/openttd_vs80.vcproj	Thu May 08 13:06:12 2008 +0000
@@ -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>
--- a/projects/openttd_vs90.vcproj	Thu May 08 12:59:47 2008 +0000
+++ b/projects/openttd_vs90.vcproj	Thu May 08 13:06:12 2008 +0000
@@ -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>
--- a/source.list	Thu May 08 12:59:47 2008 +0000
+++ b/source.list	Thu May 08 13:06:12 2008 +0000
@@ -3,7 +3,6 @@
 core/alloc_func.cpp
 animated_tile.cpp
 articulated_vehicles.cpp
-autoreplace_cmd.cpp
 aystar.cpp
 core/bitmath_func.cpp
 bmp.cpp
@@ -11,7 +10,6 @@
 cargopacket.cpp
 cargotype.cpp
 cheat.cpp
-cheat_gui.cpp
 command.cpp
 console.cpp
 console_cmds.cpp
@@ -76,7 +74,6 @@
 sound.cpp
 spritecache.cpp
 station.cpp
-statusbar_gui.cpp
 string.cpp
 strings.cpp
 texteff.cpp
@@ -353,6 +350,7 @@
 autoreplace_gui.cpp
 bridge_gui.cpp
 build_vehicle_gui.cpp
+cheat_gui.cpp
 depot_gui.cpp
 dock_gui.cpp
 engine_gui.cpp
@@ -378,6 +376,7 @@
 signs_gui.cpp
 smallmap_gui.cpp
 station_gui.cpp
+statusbar_gui.cpp
 subsidy_gui.cpp
 terraform_gui.cpp
 timetable_gui.cpp
@@ -387,8 +386,9 @@
 transparency_gui.cpp
 vehicle_gui.cpp
 
-# Landscape
+# Command handlers
 aircraft_cmd.cpp
+autoreplace_cmd.cpp
 clear_cmd.cpp
 disaster_cmd.cpp
 dummy_land.cpp