diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-08-18 17:58:46 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-08-18 17:58:46 +0200 |
commit | 898ee99dc16bbd494cabd7e09efac120d79990d7 (patch) | |
tree | ef98ae2f3d570a66132c4c68673ea960fa34df6f /builds | |
parent | b6ecb00d23af3611da98d98f28e1c2583d428e00 (diff) |
Windows build fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds')
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index 0a6bb49..401ebdb 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -423,6 +423,10 @@ > </File> <File + RelativePath="..\..\..\src\tcp_address.cpp" + > + </File> + <File RelativePath="..\..\..\src\tcp_connecter.cpp" > </File> @@ -705,6 +709,10 @@ > </File> <File + RelativePath="..\..\..\src\tcp_address.hpp" + > + </File> + <File RelativePath="..\..\..\src\tcp_connecter.hpp" > </File> |