summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-01-06 23:48:19 +0000
committerglx <glx@openttd.org>2009-01-06 23:48:19 +0000
commit828675bf0ead5cac2881e3a5504720c0d336b1f0 (patch)
treee8ed480ebb8bede534d825da046f4878c099b2ba
parent2490f8f4712e2e8f1727c674aafddea448829ab6 (diff)
downloadopenttd-828675bf0ead5cac2881e3a5504720c0d336b1f0.tar.xz
(svn r14882) -Change: move widgets related files to their own category (MSVC)
-rw-r--r--projects/openttd_vs80.vcproj28
-rw-r--r--projects/openttd_vs90.vcproj28
-rw-r--r--source.list8
3 files changed, 37 insertions, 27 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index cc986eb90..4ea4646f1 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -528,10 +528,6 @@
>
</File>
<File
- RelativePath=".\..\src\widgets\dropdown.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\economy.cpp"
>
</File>
@@ -968,14 +964,6 @@
>
</File>
<File
- RelativePath=".\..\src\widgets\dropdown_func.h"
- >
- </File>
- <File
- RelativePath=".\..\src\widgets\dropdown_type.h"
- >
- </File>
- <File
RelativePath=".\..\src\economy_func.h"
>
</File>
@@ -1909,6 +1897,22 @@
</File>
</Filter>
<Filter
+ Name="Widgets"
+ >
+ <File
+ RelativePath=".\..\src\widgets\dropdown.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\widgets\dropdown_func.h"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\widgets\dropdown_type.h"
+ >
+ </File>
+ </Filter>
+ <Filter
Name="Command handlers"
>
<File
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index a0dac02a8..0f8e31ea8 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -525,10 +525,6 @@
>
</File>
<File
- RelativePath=".\..\src\widgets\dropdown.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\economy.cpp"
>
</File>
@@ -965,14 +961,6 @@
>
</File>
<File
- RelativePath=".\..\src\widgets\dropdown_func.h"
- >
- </File>
- <File
- RelativePath=".\..\src\widgets\dropdown_type.h"
- >
- </File>
- <File
RelativePath=".\..\src\economy_func.h"
>
</File>
@@ -1906,6 +1894,22 @@
</File>
</Filter>
<Filter
+ Name="Widgets"
+ >
+ <File
+ RelativePath=".\..\src\widgets\dropdown.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\widgets\dropdown_func.h"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\widgets\dropdown_type.h"
+ >
+ </File>
+ </Filter>
+ <Filter
Name="Command handlers"
>
<File
diff --git a/source.list b/source.list
index 487d3fe09..91347b50e 100644
--- a/source.list
+++ b/source.list
@@ -19,7 +19,6 @@ debug.cpp
dedicated.cpp
depot.cpp
driver.cpp
-widgets/dropdown.cpp
economy.cpp
effectvehicle.cpp
elrail.cpp
@@ -173,8 +172,6 @@ direction_func.h
direction_type.h
music/dmusic.h
driver.h
-widgets/dropdown_func.h
-widgets/dropdown_type.h
economy_func.h
economy_type.h
effectvehicle_base.h
@@ -425,6 +422,11 @@ tree_gui.cpp
vehicle_gui.cpp
waypoint_gui.cpp
+# Widgets
+widgets/dropdown.cpp
+widgets/dropdown_func.h
+widgets/dropdown_type.h
+
# Command handlers
aircraft_cmd.cpp
autoreplace_cmd.cpp