summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj.filters
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-07-26 09:47:17 +0000
committerfrosch <frosch@openttd.org>2015-07-26 09:47:17 +0000
commit4830497f0bd448e8ce236ec6e7b5618b74e85ff7 (patch)
tree4f2ab0e63aa5723d985b800ce824738e38bb2e84 /projects/openttd_vs100.vcxproj.filters
parent3f58ed6b1d1562e4a8d7e4c00ecd788f53e1bf39 (diff)
downloadopenttd-4830497f0bd448e8ce236ec6e7b5618b74e85ff7.tar.xz
(svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to a file no its own. (Cif)
Diffstat (limited to 'projects/openttd_vs100.vcxproj.filters')
-rw-r--r--projects/openttd_vs100.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index b5dcdfc5a..06800ffda 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -1923,6 +1923,9 @@
<ClInclude Include="..\src\table\strgen_tables.h">
<Filter>Tables</Filter>
</ClInclude>
+ <ClInclude Include="..\src\table\string_colours.h">
+ <Filter>Tables</Filter>
+ </ClInclude>
<ClInclude Include="..\src\..\objs\langs\table\strings.h">
<Filter>Tables</Filter>
</ClInclude>