diff options
author | malosek <malosek@fastmq.com> | 2009-09-23 12:14:44 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-23 12:14:44 +0200 |
commit | 5aee5fd0cfc6351e843de1540eafa4e757066edc (patch) | |
tree | 500726adee4fad433b097a8e2d441b956b82965c | |
parent | 27d8627cb5d8c91df2f09ecc1272e84be4fe3c80 (diff) |
Updated libzmq.vcproj file
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index 4af5408..8927fa2 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -222,6 +222,10 @@ > </File> <File + RelativePath="..\..\..\src\p2p.cpp" + > + </File> + <File RelativePath="..\..\..\src\pgm_receiver.cpp" > </File> @@ -246,6 +250,14 @@ > </File> <File + RelativePath="..\..\..\src\rep.cpp" + > + </File> + <File + RelativePath="..\..\..\src\req.cpp" + > + </File> + <File RelativePath="..\..\..\src\select.cpp" > </File> @@ -440,6 +452,10 @@ > </File> <File + RelativePath="..\..\..\src\p2p.hpp" + > + </File> + <File RelativePath="..\..\..\src\pgm_receiver.hpp" > </File> @@ -464,6 +480,18 @@ > </File> <File + RelativePath="..\..\..\src\pub.hpp" + > + </File> + <File + RelativePath="..\..\..\src\rep.hpp" + > + </File> + <File + RelativePath="..\..\..\src\req.hpp" + > + </File> + <File RelativePath="..\..\..\src\select.hpp" > </File> |