mirror of https://github.com/OpenTTD/OpenTTD
(svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
parent
4a14a586e2
commit
8a05c1e31d
|
@ -413,6 +413,10 @@ SOURCE=.\spritecache.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\station_newgrf.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\StdAfx.c
|
SOURCE=.\StdAfx.c
|
||||||
|
|
||||||
!IF "$(CFG)" == "openttd - Win32 Release"
|
!IF "$(CFG)" == "openttd - Win32 Release"
|
||||||
|
@ -690,6 +694,10 @@ SOURCE=.\station.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\station_newgrf.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\StdAfx.h
|
SOURCE=.\StdAfx.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
|
@ -341,6 +341,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\spritecache.c">
|
RelativePath=".\spritecache.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\station_newgrf.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\StdAfx.c">
|
RelativePath=".\StdAfx.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -549,6 +552,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\station.h">
|
RelativePath=".\station.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\station_newgrf.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\StdAfx.h">
|
RelativePath=".\StdAfx.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in New Issue