(svn r10179) -Fix: spritecache wasn't in source.list, thus wasn't in the MSVC project files.
authorrubidium
Sun, 17 Jun 2007 12:30:43 +0000
changeset 7422 97deff6348a6
parent 7421 094cf7e66ba8
child 7423 7673286878c5
(svn r10179) -Fix: spritecache wasn't in source.list, thus wasn't in the MSVC project files.
-Fix: Pig Latin wasn't in the MSVC project files.
projects/langs.vcproj
projects/langs_vs80.vcproj
projects/openttd.vcproj
projects/openttd_vs80.vcproj
source.list
--- a/projects/langs.vcproj	Sun Jun 17 11:01:58 2007 +0000
+++ b/projects/langs.vcproj	Sun Jun 17 12:30:43 2007 +0000
@@ -338,6 +338,19 @@
 			</FileConfiguration>
 		</File>
 		<File
+			RelativePath="..\src\lang\piglatin.txt">
+			<FileConfiguration
+				Name="Debug|Win32">
+				<Tool
+					Name="VCCustomBuildTool"
+					Description="Generating piglatin language file"
+					CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;
+"
+					AdditionalDependencies=""
+					Outputs="..\bin\lang\piglatin.lng"/>
+			</FileConfiguration>
+		</File>
+		<File
 			RelativePath="..\src\lang\polish.txt">
 			<FileConfiguration
 				Name="Debug|Win32">
--- a/projects/langs_vs80.vcproj	Sun Jun 17 11:01:58 2007 +0000
+++ b/projects/langs_vs80.vcproj	Sun Jun 17 12:30:43 2007 +0000
@@ -392,6 +392,21 @@
 			</FileConfiguration>
 		</File>
 		<File
+			RelativePath="..\src\lang\piglatin.txt"
+			>
+			<FileConfiguration
+				Name="Debug|Win32"
+				>
+				<Tool
+					Name="VCCustomBuildTool"
+					Description="Generating piglatin language file"
+					CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+					AdditionalDependencies=""
+					Outputs="..\bin\lang\piglatin.lng"
+				/>
+			</FileConfiguration>
+		</File>
+		<File
 			RelativePath="..\src\lang\polish.txt"
 			>
 			<FileConfiguration
--- a/projects/openttd.vcproj	Sun Jun 17 11:01:58 2007 +0000
+++ b/projects/openttd.vcproj	Sun Jun 17 12:30:43 2007 +0000
@@ -630,6 +630,9 @@
 				RelativePath=".\..\src\sprite.h">
 			</File>
 			<File
+				RelativePath=".\..\src\spritecache.h">
+			</File>
+			<File
 				RelativePath=".\..\src\station.h">
 			</File>
 			<File
--- a/projects/openttd_vs80.vcproj	Sun Jun 17 11:01:58 2007 +0000
+++ b/projects/openttd_vs80.vcproj	Sun Jun 17 12:30:43 2007 +0000
@@ -1068,6 +1068,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\spritecache.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\station.h"
 				>
 			</File>
--- a/source.list	Sun Jun 17 11:01:58 2007 +0000
+++ b/source.list	Sun Jun 17 12:30:43 2007 +0000
@@ -177,6 +177,7 @@
 slope.h
 sound.h
 sprite.h
+spritecache.h
 station.h
 stdafx.h
 string.h