(svn r12083) -Cleanup: Adding some more files in MSVC projects
authorbelugas
Thu, 07 Feb 2008 18:02:22 +0000
changeset 9004 3ec6dc6a1d68
parent 9003 fb6894b89147
child 9005 d4f2f08337db
(svn r12083) -Cleanup: Adding some more files in MSVC projects
projects/openttd_vs80.vcproj
projects/openttd_vs90.vcproj
source.list
--- a/projects/openttd_vs80.vcproj	Thu Feb 07 17:24:38 2008 +0000
+++ b/projects/openttd_vs80.vcproj	Thu Feb 07 18:02:22 2008 +0000
@@ -780,6 +780,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\alloc_func.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\articulated_vehicles.h"
 				>
 			</File>
@@ -908,10 +912,18 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\endian_func.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\engine.h"
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\enum_type.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\fileio.h"
 				>
 			</File>
@@ -932,6 +944,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\geometry_type.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\gfx_func.h"
 				>
 			</File>
@@ -1012,6 +1028,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\network\network_internal.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\network\network_server.h"
 				>
 			</File>
@@ -1120,6 +1140,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\overflowsafe_type.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\pathfind.h"
 				>
 			</File>
@@ -1996,6 +2020,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\tile_map.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\town_map.h"
 				>
 			</File>
--- a/projects/openttd_vs90.vcproj	Thu Feb 07 17:24:38 2008 +0000
+++ b/projects/openttd_vs90.vcproj	Thu Feb 07 18:02:22 2008 +0000
@@ -777,6 +777,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\alloc_func.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\articulated_vehicles.h"
 				>
 			</File>
@@ -905,10 +909,18 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\endian_func.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\engine.h"
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\enum_type.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\fileio.h"
 				>
 			</File>
@@ -929,6 +941,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\geometry_type.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\gfx_func.h"
 				>
 			</File>
@@ -1009,6 +1025,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\network\network_internal.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\network\network_server.h"
 				>
 			</File>
@@ -1117,6 +1137,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\core\overflowsafe_type.hpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\pathfind.h"
 				>
 			</File>
@@ -1993,6 +2017,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\tile_map.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\town_map.h"
 				>
 			</File>
--- a/source.list	Thu Feb 07 17:24:38 2008 +0000
+++ b/source.list	Thu Feb 07 18:02:22 2008 +0000
@@ -103,6 +103,7 @@
 aircraft.h
 airport.h
 airport_movement.h
+core/alloc_func.hpp
 articulated_vehicles.h
 autoreplace_base.h
 autoreplace_func.h
@@ -135,12 +136,15 @@
 widgets/dropdown_func.h
 economy_func.h
 economy_type.h
+core/endian_func.hpp
 engine.h
+code/enum_type.hpp
 fileio.h
 fios.h
 fontcache.h
 functions.h
 genworld.h
+core/geometry_type.hpp
 gfx_func.h
 gfx_type.h
 gfxinit.h
@@ -161,6 +165,7 @@
 network/network_data.h
 network/network_gamelist.h
 network/network_gui.h
+network/network_internal.h
 network/network_server.h
 network/network_udp.h
 newgrf.h
@@ -188,6 +193,7 @@
 oldpool.h
 openttd.h
 order.h
+overflowsafe_type.hpp
 pathfind.h
 player_base.h
 player_face.h
@@ -418,6 +424,7 @@
 road_map.cpp
 road_map.h
 station_map.h
+tile_map.h
 town_map.h
 tree_map.h
 tunnel_map.cpp