diff options
author | alberth <alberth@openttd.org> | 2011-02-18 20:14:30 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-02-18 20:14:30 +0000 |
commit | 9d0ff9d69202fccc6414f7356faa1ab22c7a14b7 (patch) | |
tree | 67a546e6bac6f2d2462c2a07783c24ca18e8bbcd /projects/openttd_vs100.vcxproj | |
parent | bca5159951386f8b0c2e1c19fa3268af056ee81d (diff) | |
download | openttd-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.vcxproj | 2 |
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" /> |