(svn r22096) -Codechange: Move openttd getopt implementation to its own file.

This commit is contained in:
alberth
2011-02-18 20:14:30 +00:00
parent bca5159951
commit 9d0ff9d692
6 changed files with 29 additions and 69 deletions

View File

@@ -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" />