summaryrefslogtreecommitdiff
path: root/projects/strgen_vs100.vcxproj.filters
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-02-18 20:52:42 +0000
committeralberth <alberth@openttd.org>2011-02-18 20:52:42 +0000
commitff1e0a3ed362e13b05e3e722990e55efa688e31a (patch)
tree332abcc5ccb8b25a5b01ac44d5bc17963745b56f /projects/strgen_vs100.vcxproj.filters
parent41a67a9b94a6bb17d7160c67e05aea01e3bb08a7 (diff)
downloadopenttd-ff1e0a3ed362e13b05e3e722990e55efa688e31a.tar.xz
(svn r22102) -Codechange: Also use the getopt function in strgen.
Diffstat (limited to 'projects/strgen_vs100.vcxproj.filters')
-rw-r--r--projects/strgen_vs100.vcxproj.filters4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/strgen_vs100.vcxproj.filters b/projects/strgen_vs100.vcxproj.filters
index dc65b4c6d..e6d7a7eed 100644
--- a/projects/strgen_vs100.vcxproj.filters
+++ b/projects/strgen_vs100.vcxproj.filters
@@ -16,6 +16,9 @@
<ClCompile Include="..\src\string.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\src\misc\getoptdata.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\core\alloc_func.hpp" />
@@ -24,5 +27,6 @@
<ClInclude Include="..\src\core\endian_func.hpp" />
<ClInclude Include="..\src\stdafx.h" />
<ClInclude Include="..\src\string.h" />
+ <ClInclude Include="..\src\misc\getoptdata.h" />
</ItemGroup>
</Project>