diff options
author | rubidium <rubidium@openttd.org> | 2010-10-15 21:56:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-10-15 21:56:06 +0000 |
commit | 234bee0858b3c135f0827be63e904b8edacdee90 (patch) | |
tree | 0de110f2ffd193c3461ad837700d43dbb7c7e091 /projects | |
parent | c9cbab14ea4ad07354524dd1a7e7df4126722ba1 (diff) | |
download | openttd-234bee0858b3c135f0827be63e904b8edacdee90.tar.xz |
(svn r20938) -Codechange: make the code for listening on a socket (more) reusable
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 7ad2ebabc..69e635eed 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -1041,6 +1041,7 @@ <ClInclude Include="..\src\network\core\tcp_game.h" /> <ClCompile Include="..\src\network\core\tcp_http.cpp" /> <ClInclude Include="..\src\network\core\tcp_http.h" /> + <ClInclude Include="..\src\network\core\tcp_listen.h" /> <ClCompile Include="..\src\network\core\udp.cpp" /> <ClInclude Include="..\src\network\core\udp.h" /> <ClInclude Include="..\src\pathfinder\follow_track.hpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 1da3154f4..98740669e 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -2343,6 +2343,9 @@ <ClInclude Include="..\src\network\core\tcp_http.h"> <Filter>Network Core</Filter> </ClInclude> + <ClInclude Include="..\src\network\core\tcp_listen.h"> + <Filter>Network Core</Filter> + </ClInclude> <ClCompile Include="..\src\network\core\udp.cpp"> <Filter>Network Core</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index a0f9fc653..1e8fa9d97 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3519,6 +3519,10 @@ > </File> <File + RelativePath=".\..\src\network\core\tcp_listen.h" + > + </File> + <File RelativePath=".\..\src\network\core\udp.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 2f88e6139..dde8192f0 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -3516,6 +3516,10 @@ > </File> <File + RelativePath=".\..\src\network\core\tcp_listen.h" + > + </File> + <File RelativePath=".\..\src\network\core\udp.cpp" > </File> |