changeset 15941:4f9bd324fa0a draft

(svn r20629) -Fix (r20627): ofcourse I forget to update source.list/MSVC project files when adding a header.
author rubidium <rubidium@openttd.org>
date Thu, 26 Aug 2010 17:12:44 +0000
parents 8d3ed5defc9d
children 39825d591a1f
files projects/openttd_vs100.vcxproj projects/openttd_vs100.vcxproj.filters projects/openttd_vs80.vcproj projects/openttd_vs90.vcproj source.list
diffstat 5 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -470,6 +470,7 @@
     <ClInclude Include="..\src\newgrf.h" />
     <ClInclude Include="..\src\newgrf_airport.h" />
     <ClInclude Include="..\src\newgrf_airporttiles.h" />
+    <ClInclude Include="..\src\newgrf_animation_base.h" />
     <ClInclude Include="..\src\newgrf_animation_type.h" />
     <ClInclude Include="..\src\newgrf_callbacks.h" />
     <ClInclude Include="..\src\newgrf_canal.h" />
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -630,6 +630,9 @@
     <ClInclude Include="..\src\newgrf_airporttiles.h">
       <Filter>Header Files</Filter>
     </ClInclude>
+    <ClInclude Include="..\src\newgrf_animation_base.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
     <ClInclude Include="..\src\newgrf_animation_type.h">
       <Filter>Header Files</Filter>
     </ClInclude>
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -1155,6 +1155,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\newgrf_animation_base.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\newgrf_animation_type.h"
 				>
 			</File>
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -1152,6 +1152,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\newgrf_animation_base.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\newgrf_animation_type.h"
 				>
 			</File>
--- a/source.list
+++ b/source.list
@@ -203,6 +203,7 @@
 newgrf.h
 newgrf_airport.h
 newgrf_airporttiles.h
+newgrf_animation_base.h
 newgrf_animation_type.h
 newgrf_callbacks.h
 newgrf_canal.h