changeset 15165:be0d1411a260 draft

(svn r19794) -Fix: missing header in MSVC project files
author rubidium <rubidium@openttd.org>
date Wed, 12 May 2010 13:15:36 +0000
parents a70c4739ab0f
children 72f99e07bfa9
files projects/openttd_vs80.vcproj projects/openttd_vs90.vcproj source.list
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -2280,6 +2280,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\table\newgrf_debug_data.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\table\palette_convert.h"
 				>
 			</File>
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -2277,6 +2277,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\table\newgrf_debug_data.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\table\palette_convert.h"
 				>
 			</File>
--- a/source.list
+++ b/source.list
@@ -500,6 +500,7 @@
 table/genland.h
 table/industry_land.h
 table/landscape_sprite.h
+table/newgrf_debug_data.h
 table/palette_convert.h
 table/palettes.h
 table/pricebase.h