Changeset - r10599:6979732362f7
[Not reviewed]
master
0 3 0
glx - 15 years ago 2009-01-06 23:48:19
glx@openttd.org
(svn r14882) -Change: move widgets related files to their own category (MSVC)
3 files changed with 37 insertions and 27 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -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
projects/openttd_vs90.vcproj
Show inline comments
 
@@ -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
source.list
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)