From 828675bf0ead5cac2881e3a5504720c0d336b1f0 Mon Sep 17 00:00:00 2001 From: glx Date: Tue, 6 Jan 2009 23:48:19 +0000 Subject: (svn r14882) -Change: move widgets related files to their own category (MSVC) --- projects/openttd_vs80.vcproj | 28 ++++++++++++++++------------ projects/openttd_vs90.vcproj | 28 ++++++++++++++++------------ source.list | 8 +++++--- 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 @@ -527,10 +527,6 @@ RelativePath=".\..\src\driver.cpp" > - - @@ -967,14 +963,6 @@ RelativePath=".\..\src\driver.h" > - - - - @@ -1908,6 +1896,22 @@ > + + + + + + + + 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 @@ -524,10 +524,6 @@ RelativePath=".\..\src\driver.cpp" > - - @@ -964,14 +960,6 @@ RelativePath=".\..\src\driver.h" > - - - - @@ -1905,6 +1893,22 @@ > + + + + + + + + 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 -- cgit v1.2.3-54-g00ecf