(svn r22096) -Codechange: Move openttd getopt implementation to its own file.
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -3438,6 +3438,14 @@
|
||||
RelativePath=".\..\src\misc\fixedsizearray.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\getoptdata.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\getoptdata.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\hashtable.hpp"
|
||||
>
|
||||
|
||||
@@ -3435,6 +3435,14 @@
|
||||
RelativePath=".\..\src\misc\fixedsizearray.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\getoptdata.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\getoptdata.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\hashtable.hpp"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user