summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
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
parentbca5159951386f8b0c2e1c19fa3268af056ee81d (diff)
downloadopenttd-9d0ff9d69202fccc6414f7356faa1ab22c7a14b7.tar.xz
(svn r22096) -Codechange: Move openttd getopt implementation to its own file.
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r--projects/openttd_vs100.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index edfda1945..98a1be706 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -1022,6 +1022,8 @@
<ClCompile Include="..\src\misc\dbg_helpers.cpp" />
<ClInclude Include="..\src\misc\dbg_helpers.h" />
<ClInclude Include="..\src\misc\fixedsizearray.hpp" />
+ <ClCompile Include="..\src\misc\getoptdata.cpp" />
+ <ClInclude Include="..\src\misc\getoptdata.h" />
<ClInclude Include="..\src\misc\hashtable.hpp" />
<ClInclude Include="..\src\misc\str.hpp" />
<ClCompile Include="..\src\network\core\address.cpp" />