summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-06-23 15:20:23 +0000
committerrubidium <rubidium@openttd.org>2013-06-23 15:20:23 +0000
commit13c450a66bef275a88d687e6f500425b91126f8f (patch)
tree9c7dbdcd1d602a1974571f808b89b43d8bbadec0 /projects/openttd_vs100.vcxproj
parent930c19dae292d5863b201ded98444c9fb2e7b20a (diff)
downloadopenttd-13c450a66bef275a88d687e6f500425b91126f8f.tar.xz
(svn r25436) -Codechange: split the font detection code out of the font caching code
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r--projects/openttd_vs100.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 48b6a7078..78fa86ca7 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -318,6 +318,7 @@
<ClCompile Include="..\src\fileio.cpp" />
<ClCompile Include="..\src\fios.cpp" />
<ClCompile Include="..\src\fontcache.cpp" />
+ <ClCompile Include="..\src\fontdetection.cpp" />
<ClCompile Include="..\src\base_consist.cpp" />
<ClCompile Include="..\src\gamelog.cpp" />
<ClCompile Include="..\src\genworld.cpp" />
@@ -449,6 +450,7 @@
<ClInclude Include="..\src\fileio_type.h" />
<ClInclude Include="..\src\fios.h" />
<ClInclude Include="..\src\fontcache.h" />
+ <ClInclude Include="..\src\fontdetection.h" />
<ClInclude Include="..\src\base_consist.h" />
<ClInclude Include="..\src\gamelog.h" />
<ClInclude Include="..\src\gamelog_internal.h" />