summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs100.vcxproj2
-rw-r--r--projects/openttd_vs100.vcxproj.filters6
-rw-r--r--projects/openttd_vs80.vcproj8
-rw-r--r--projects/openttd_vs90.vcproj8
4 files changed, 24 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" />
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index f049a2777..317786865 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -183,6 +183,9 @@
<ClCompile Include="..\src\fontcache.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\src\fontdetection.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\src\base_consist.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -576,6 +579,9 @@
<ClInclude Include="..\src\fontcache.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\src\fontdetection.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="..\src\base_consist.h">
<Filter>Header Files</Filter>
</ClInclude>
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>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 286b5b720..12446ea4b 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -540,6 +540,10 @@
>
</File>
<File
+ RelativePath=".\..\src\fontdetection.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\base_consist.cpp"
>
</File>
@@ -1068,6 +1072,10 @@
>
</File>
<File
+ RelativePath=".\..\src\fontdetection.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\base_consist.h"
>
</File>