diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-12-06 09:44:23 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-12-06 09:44:23 +0100 |
commit | 8a6ff4ccd2ecbbfb7b2fd80fe621b8a05b0f9bbd (patch) | |
tree | c73d2c1726309da62df49d98b40a6b2472224088 /builds/msvc/libzmq/libzmq.vcproj | |
parent | 2daa0bb49d52aeb1aa60c94505bdad72348e5d8e (diff) |
xup and xsub files added to the MSVC build
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/msvc/libzmq/libzmq.vcproj')
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index ef78f97..41a6535 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -358,6 +358,10 @@ > </File> <File + RelativePath="..\..\..\src\xpub.cpp" + > + </File> + <File RelativePath="..\..\..\src\xrep.cpp" > </File> @@ -366,6 +370,10 @@ > </File> <File + RelativePath="..\..\..\src\xsub.cpp" + > + </File> + <File RelativePath="..\..\..\src\zmq.cpp" > </File> @@ -652,6 +660,10 @@ > </File> <File + RelativePath="..\..\..\src\xpub.hpp" + > + </File> + <File RelativePath="..\..\..\src\xrep.hpp" > </File> @@ -660,6 +672,10 @@ > </File> <File + RelativePath="..\..\..\src\xsub.hpp" + > + </File> + <File RelativePath="..\..\..\src\ypipe.hpp" > </File> |