Changeset - r15931:7bea990a376f
[Not reviewed]
master
0 5 0
rubidium - 14 years ago 2010-08-26 17:12:44
rubidium@openttd.org
(svn r20629) -Fix (r20627): ofcourse I forget to update source.list/MSVC project files when adding a header.
5 files changed with 13 insertions and 0 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs100.vcxproj
Show inline comments
 
@@ -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" />
projects/openttd_vs100.vcxproj.filters
Show inline comments
 
@@ -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>
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -1155,6 +1155,10 @@
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\newgrf_animation_base.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\newgrf_animation_type.h"
 
				>
 
			</File>
projects/openttd_vs90.vcproj
Show inline comments
 
@@ -1152,6 +1152,10 @@
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\newgrf_animation_base.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\newgrf_animation_type.h"
 
				>
 
			</File>
source.list
Show inline comments
 
@@ -203,6 +203,7 @@ network/network_udp.h
 
newgrf.h
 
newgrf_airport.h
 
newgrf_airporttiles.h
 
newgrf_animation_base.h
 
newgrf_animation_type.h
 
newgrf_callbacks.h
 
newgrf_canal.h
0 comments (0 inline, 0 general)