(svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)

This commit is contained in:
Darkvater 2005-11-13 16:30:04 +00:00
parent 4a14a586e2
commit 8a05c1e31d
2 changed files with 14 additions and 0 deletions

View File

@ -413,6 +413,10 @@ SOURCE=.\spritecache.c
# End Source File
# Begin Source File
SOURCE=.\station_newgrf.c
# End Source File
# Begin Source File
SOURCE=.\StdAfx.c
!IF "$(CFG)" == "openttd - Win32 Release"
@ -690,6 +694,10 @@ SOURCE=.\station.h
# End Source File
# Begin Source File
SOURCE=.\station_newgrf.h
# End Source File
# Begin Source File
SOURCE=.\StdAfx.h
# End Source File
# Begin Source File

View File

@ -341,6 +341,9 @@
<File
RelativePath=".\spritecache.c">
</File>
<File
RelativePath=".\station_newgrf.c">
</File>
<File
RelativePath=".\StdAfx.c">
</File>
@ -549,6 +552,9 @@
<File
RelativePath=".\station.h">
</File>
<File
RelativePath=".\station_newgrf.h">
</File>
<File
RelativePath=".\StdAfx.h">
</File>