diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-04-13 10:06:44 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-04-13 10:06:44 +0200 |
commit | 933ace0919974628c8ac2f9ada67645fdf4c80e2 (patch) | |
tree | f6689570ed338e5c7ecdabdc89ee7986da33ed69 | |
parent | 6191213a5737b774d83f341d4507b8baf702d381 (diff) |
MSVC build fixed to reflect zmq.cpp split
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index 1c62b4e..cefaf4d 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -315,6 +315,10 @@ > </File> <File + RelativePath="..\..\..\src\msg.cpp" + > + </File> + <File RelativePath="..\..\..\src\named_session.cpp" > </File> @@ -462,6 +466,10 @@ RelativePath="..\..\..\src\zmq_listener.cpp" > </File> + <File + RelativePath="..\..\..\src\zmq_utils.cpp" + > + </File> </Filter> <Filter Name="Header Files" @@ -577,7 +585,7 @@ > </File> <File - RelativePath="..\..\..\src\msg_content.hpp" + RelativePath="..\..\..\src\msg.hpp" > </File> <File |