Changeset - r2632:dc05ba5a3f03
[Not reviewed]
master
0 2 0
Darkvater - 19 years ago 2005-11-13 16:30:04
darkvater@openttd.org
(svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
2 files changed with 14 insertions and 0 deletions:
0 comments (0 inline, 0 general)
openttd.dsp
Show inline comments
 
@@ -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
openttd.vcproj
Show inline comments
 
@@ -342,6 +342,9 @@
 
				RelativePath=".\spritecache.c">
 
			</File>
 
			<File
 
				RelativePath=".\station_newgrf.c">
 
			</File>
 
			<File
 
				RelativePath=".\StdAfx.c">
 
			</File>
 
			<File
 
@@ -550,6 +553,9 @@
 
				RelativePath=".\station.h">
 
			</File>
 
			<File
 
				RelativePath=".\station_newgrf.h">
 
			</File>
 
			<File
 
				RelativePath=".\StdAfx.h">
 
			</File>
 
			<File
0 comments (0 inline, 0 general)