mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 02:07:59 +08:00
Fix for issue 355. Added missing source files dealer.cpp, device,cpp and router.cpp. Removed source files no longer present: xrep.cpp and xreq.cpp
This commit is contained in:
parent
47dbd4aa96
commit
68c1be8bf6
@ -258,10 +258,18 @@
|
||||
RelativePath="..\..\..\src\ctx.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\dealer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\decoder.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\device.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\devpoll.cpp"
|
||||
>
|
||||
@ -402,6 +410,10 @@
|
||||
RelativePath="..\..\..\src\req.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\router.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\select.cpp"
|
||||
>
|
||||
@ -450,14 +462,6 @@
|
||||
RelativePath="..\..\..\src\xpub.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\xrep.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\xreq.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\xsub.cpp"
|
||||
>
|
||||
|
@ -106,7 +106,9 @@
|
||||
<ClCompile Include="..\..\..\src\address.cpp" />
|
||||
<ClCompile Include="..\..\..\src\clock.cpp" />
|
||||
<ClCompile Include="..\..\..\src\ctx.cpp" />
|
||||
<ClCompile Include="..\..\..\src\dealer.cpp" />
|
||||
<ClCompile Include="..\..\..\src\decoder.cpp" />
|
||||
<ClCompile Include="..\..\..\src\device.cpp" />
|
||||
<ClCompile Include="..\..\..\src\devpoll.cpp" />
|
||||
<ClCompile Include="..\..\..\src\dist.cpp" />
|
||||
<ClCompile Include="..\..\..\src\encoder.cpp" />
|
||||
@ -144,6 +146,7 @@
|
||||
<ClCompile Include="..\..\..\src\reaper.cpp" />
|
||||
<ClCompile Include="..\..\..\src\rep.cpp" />
|
||||
<ClCompile Include="..\..\..\src\req.cpp" />
|
||||
<ClCompile Include="..\..\..\src\router.cpp" />
|
||||
<ClCompile Include="..\..\..\src\select.cpp" />
|
||||
<ClCompile Include="..\..\..\src\session_base.cpp" />
|
||||
<ClCompile Include="..\..\..\src\signaler.cpp" />
|
||||
@ -156,8 +159,6 @@
|
||||
<ClCompile Include="..\..\..\src\thread.cpp" />
|
||||
<ClCompile Include="..\..\..\src\trie.cpp" />
|
||||
<ClCompile Include="..\..\..\src\xpub.cpp" />
|
||||
<ClCompile Include="..\..\..\src\xrep.cpp" />
|
||||
<ClCompile Include="..\..\..\src\xreq.cpp" />
|
||||
<ClCompile Include="..\..\..\src\xsub.cpp" />
|
||||
<ClCompile Include="..\..\..\src\zmq.cpp" />
|
||||
<ClCompile Include="..\..\..\src\zmq_utils.cpp" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user