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 | |
parent | bca5159951386f8b0c2e1c19fa3268af056ee81d (diff) | |
download | openttd-9d0ff9d69202fccc6414f7356faa1ab22c7a14b7.tar.xz |
(svn r22096) -Codechange: Move openttd getopt implementation to its own file.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
4 files changed, 24 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" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 5e009c208..dece30451 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -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> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 8b531142a..ca82ba786 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3439,6 +3439,14 @@ > </File> <File + RelativePath=".\..\src\misc\getoptdata.cpp" + > + </File> + <File + RelativePath=".\..\src\misc\getoptdata.h" + > + </File> + <File RelativePath=".\..\src\misc\hashtable.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 4df272e64..634330007 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -3436,6 +3436,14 @@ > </File> <File + RelativePath=".\..\src\misc\getoptdata.cpp" + > + </File> + <File + RelativePath=".\..\src\misc\getoptdata.h" + > + </File> + <File RelativePath=".\..\src\misc\hashtable.hpp" > </File> |