(svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)
authordarkvater
Sat, 29 Jan 2005 14:56:25 +0000
changeset 1213 bb9906f67932
parent 1212 e9fbf66a8af2
child 1214 33e07bbb7779
(svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)
tile.c
ttd.dsp
ttd.vcproj
--- a/tile.c	Sat Jan 29 14:53:05 2005 +0000
+++ b/tile.c	Sat Jan 29 14:56:25 2005 +0000
@@ -1,3 +1,4 @@
+#include "stdafx.h"
 #include "tile.h"
 
 void SetMapExtraBits(TileIndex tile, byte bits)
--- a/ttd.dsp	Sat Jan 29 14:53:05 2005 +0000
+++ b/ttd.dsp	Sat Jan 29 14:56:25 2005 +0000
@@ -342,6 +342,10 @@
 # End Source File
 
 # Begin Source File
+SOURCE=.\tile.c
+# End Source File
+
+# Begin Source File
 SOURCE=.\ttd.c
 # End Source File
 
@@ -530,6 +534,10 @@
 # End Source File
 
 # Begin Source File
+SOURCE=.\tile.h
+# End Source File
+
+# Begin Source File
 SOURCE=.\town.h
 # End Source File
 
--- a/ttd.vcproj	Sat Jan 29 14:53:05 2005 +0000
+++ b/ttd.vcproj	Sat Jan 29 14:56:25 2005 +0000
@@ -908,6 +908,9 @@
 				</FileConfiguration>
 			</File>
 			<File
+				RelativePath=".\tile.c">
+			</File>
+			<File
 				RelativePath="ttd.c">
 				<FileConfiguration
 					Name="Release|Win32">
@@ -1239,6 +1242,9 @@
 				RelativePath="StdAfx.h">
 			</File>
 			<File
+				RelativePath=".\tile.h">
+			</File>
+			<File
 				RelativePath=".\town.h">
 			</File>
 			<File