Skip to content

Commit

Permalink
Merge pull request #1121 from twhittock/master
Browse files Browse the repository at this point in the history
vs2012: Add missing socks files
  • Loading branch information
hintjens committed Jul 7, 2014
2 parents 1353d28 + cb2582b commit 660bf43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builds/msvc/vs2012/libzmq/libzmq.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
<ClInclude Include="..\..\..\..\src\pgm_sender.hpp" />
<ClInclude Include="..\..\..\..\src\pgm_socket.hpp" />
<ClInclude Include="..\..\..\..\src\pipe.hpp" />
<ClInclude Include="..\..\..\..\src\socks.hpp" />
<ClInclude Include="..\..\..\..\src\socks_connecter.hpp" />
<ClInclude Include="..\..\platform.hpp" />
<ClInclude Include="..\..\..\..\src\poll.hpp" />
<ClInclude Include="..\..\..\..\src\poller.hpp" />
Expand Down Expand Up @@ -211,6 +213,8 @@
<ClCompile Include="..\..\..\..\src\session_base.cpp" />
<ClCompile Include="..\..\..\..\src\signaler.cpp" />
<ClCompile Include="..\..\..\..\src\socket_base.cpp" />
<ClCompile Include="..\..\..\..\src\socks.cpp" />
<ClCompile Include="..\..\..\..\src\socks_connecter.cpp" />
<ClCompile Include="..\..\..\..\src\stream.cpp" />
<ClCompile Include="..\..\..\..\src\stream_engine.cpp" />
<ClCompile Include="..\..\..\..\src\sub.cpp" />
Expand Down

0 comments on commit 660bf43

Please sign in to comment.