diff options
author | rubidium <rubidium@openttd.org> | 2010-11-13 11:11:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-11-13 11:11:02 +0000 |
commit | f1959206951a77891664c461cd51c4f4b90db753 (patch) | |
tree | 9d121c0088e4f60d5d6a23c31d111a8d6c8cb7c3 /projects | |
parent | 239fcc8ccdd201665bd4aaa76268503fefe94712 (diff) | |
download | openttd-f1959206951a77891664c461cd51c4f4b90db753.tar.xz |
(svn r21160) -Codechange: reuse the strgen LanguageHeader to store some metadata about a language, and keep the language metadata in memory instead of loading it several times from disk
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 7a33f4eb3..0a41d727e 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -453,6 +453,7 @@ <ClInclude Include="..\src\ini_type.h" /> <ClInclude Include="..\src\landscape.h" /> <ClInclude Include="..\src\landscape_type.h" /> + <ClInclude Include="..\src\language.h" /> <ClInclude Include="..\src\livery.h" /> <ClInclude Include="..\src\map_func.h" /> <ClInclude Include="..\src\map_type.h" /> @@ -551,7 +552,6 @@ <ClInclude Include="..\src\station_type.h" /> <ClInclude Include="..\src\statusbar_gui.h" /> <ClInclude Include="..\src\stdafx.h" /> - <ClInclude Include="..\src\strgen\strgen.h" /> <ClInclude Include="..\src\string_func.h" /> <ClInclude Include="..\src\string_type.h" /> <ClInclude Include="..\src\strings_func.h" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index af54dea30..f84eff72e 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -579,6 +579,9 @@ <ClInclude Include="..\src\landscape_type.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\src\language.h"> + <Filter>Header Files</Filter> + </ClInclude> <ClInclude Include="..\src\livery.h"> <Filter>Header Files</Filter> </ClInclude> @@ -873,9 +876,6 @@ <ClInclude Include="..\src\stdafx.h"> <Filter>Header Files</Filter> </ClInclude> - <ClInclude Include="..\src\strgen\strgen.h"> - <Filter>Header Files</Filter> - </ClInclude> <ClInclude Include="..\src\string_func.h"> <Filter>Header Files</Filter> </ClInclude> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index b2d4ff401..c9c41ba1d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1087,6 +1087,10 @@ > </File> <File + RelativePath=".\..\src\language.h" + > + </File> + <File RelativePath=".\..\src\livery.h" > </File> @@ -1479,10 +1483,6 @@ > </File> <File - RelativePath=".\..\src\strgen\strgen.h" - > - </File> - <File RelativePath=".\..\src\string_func.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index e2dd26bb5..e380dceba 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1084,6 +1084,10 @@ > </File> <File + RelativePath=".\..\src\language.h" + > + </File> + <File RelativePath=".\..\src\livery.h" > </File> @@ -1476,10 +1480,6 @@ > </File> <File - RelativePath=".\..\src\strgen\strgen.h" - > - </File> - <File RelativePath=".\..\src\string_func.h" > </File> |