diff options
author | rubidium <rubidium@openttd.org> | 2013-06-23 15:20:23 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-06-23 15:20:23 +0000 |
commit | 13c450a66bef275a88d687e6f500425b91126f8f (patch) | |
tree | 9c7dbdcd1d602a1974571f808b89b43d8bbadec0 /projects/openttd_vs80.vcproj | |
parent | 930c19dae292d5863b201ded98444c9fb2e7b20a (diff) | |
download | openttd-13c450a66bef275a88d687e6f500425b91126f8f.tar.xz |
(svn r25436) -Codechange: split the font detection code out of the font caching code
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 36f89adf7..b361f75ae 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -543,6 +543,10 @@ > </File> <File + RelativePath=".\..\src\fontdetection.cpp" + > + </File> + <File RelativePath=".\..\src\base_consist.cpp" > </File> @@ -1071,6 +1075,10 @@ > </File> <File + RelativePath=".\..\src\fontdetection.h" + > + </File> + <File RelativePath=".\..\src\base_consist.h" > </File> |