summaryrefslogtreecommitdiff
path: root/source.list
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
commit206c5affcb8514a028eeaf9eab56e4cbbecc9c77 (patch)
treee8ed480ebb8bede534d825da046f4878c099b2ba /source.list
parent4a204fbf967f5c22e5348919400d0ebaa459e600 (diff)
downloadopenttd-206c5affcb8514a028eeaf9eab56e4cbbecc9c77.tar.xz
(svn r14882) -Change: move widgets related files to their own category (MSVC)
Diffstat (limited to 'source.list')
-rw-r--r--source.list8
1 files changed, 5 insertions, 3 deletions
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