summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj.filters
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-02-18 20:14:30 +0000
committeralberth <alberth@openttd.org>2011-02-18 20:14:30 +0000
commit9d0ff9d69202fccc6414f7356faa1ab22c7a14b7 (patch)
tree67a546e6bac6f2d2462c2a07783c24ca18e8bbcd /projects/openttd_vs100.vcxproj.filters
parentbca5159951386f8b0c2e1c19fa3268af056ee81d (diff)
downloadopenttd-9d0ff9d69202fccc6414f7356faa1ab22c7a14b7.tar.xz
(svn r22096) -Codechange: Move openttd getopt implementation to its own file.
Diffstat (limited to 'projects/openttd_vs100.vcxproj.filters')
-rw-r--r--projects/openttd_vs100.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index 5e009c208..dece30451 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -2286,6 +2286,12 @@
<ClInclude Include="..\src\misc\fixedsizearray.hpp">
<Filter>Misc</Filter>
</ClInclude>
+ <ClCompile Include="..\src\misc\getoptdata.cpp">
+ <Filter>Misc</Filter>
+ </ClCompile>
+ <ClInclude Include="..\src\misc\getoptdata.h">
+ <Filter>Misc</Filter>
+ </ClInclude>
<ClInclude Include="..\src\misc\hashtable.hpp">
<Filter>Misc</Filter>
</ClInclude>