summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-08 13:06:12 +0000
committerrubidium <rubidium@openttd.org>2008-05-08 13:06:12 +0000
commitf7b6a02b1e9850c4cdb281148a1cee78c2a3f2a8 (patch)
tree0094527fc8a56a3c6d26ccca17d64cf1c2166afe
parent9ed36409c5c39d26788dd8f99b0a6a1082cda375 (diff)
downloadopenttd-f7b6a02b1e9850c4cdb281148a1cee78c2a3f2a8.tar.xz
(svn r13007) -Fix: some files in source.list where in the wrong category.
-rw-r--r--projects/openttd_vs80.vcproj26
-rw-r--r--projects/openttd_vs90.vcproj26
-rw-r--r--source.list8
3 files changed, 30 insertions, 30 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>
diff --git a/source.list b/source.list
index d00e00831..027301e17 100644
--- a/source.list
+++ b/source.list
@@ -3,7 +3,6 @@ airport.cpp
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 @@ callback_table.cpp
cargopacket.cpp
cargotype.cpp
cheat.cpp
-cheat_gui.cpp
command.cpp
console.cpp
console_cmds.cpp
@@ -76,7 +74,6 @@ signs.cpp
sound.cpp
spritecache.cpp
station.cpp
-statusbar_gui.cpp
string.cpp
strings.cpp
texteff.cpp
@@ -353,6 +350,7 @@ airport_gui.cpp
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 @@ ship_gui.cpp
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 @@ train_gui.cpp
transparency_gui.cpp
vehicle_gui.cpp
-# Landscape
+# Command handlers
aircraft_cmd.cpp
+autoreplace_cmd.cpp
clear_cmd.cpp
disaster_cmd.cpp
dummy_land.cpp