diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-06-23 08:51:48 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-06-23 08:51:48 +0200 |
commit | 770d0bc77cd1579a1cba33ba1eb3f06839c28c16 (patch) | |
tree | 2764395c2a1dabc81d6b5c8d7ac9e1900898cf29 /builds/msvc | |
parent | d1373792f7888f312cd7286fdf524a0bfe124846 (diff) |
Fix MSVC build
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/msvc')
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index d47c685..93961e3 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -263,6 +263,10 @@ > </File> <File + RelativePath="..\..\..\src\dealer.cpp" + > + </File> + <File RelativePath="..\..\..\src\decoder.cpp" > </File> @@ -379,6 +383,10 @@ > </File> <File + RelativePath="..\..\..\src\random.cpp" + > + </File> + <File RelativePath="..\..\..\src\reaper.cpp" > </File> @@ -391,6 +399,10 @@ > </File> <File + RelativePath="..\..\..\src\router.cpp" + > + </File> + <File RelativePath="..\..\..\src\select.cpp" > </File> @@ -517,6 +529,10 @@ > </File> <File + RelativePath="..\..\..\src\dealer.hpp" + > + </File> + <File RelativePath="..\..\..\src\decoder.hpp" > </File> @@ -665,6 +681,10 @@ > </File> <File + RelativePath="..\..\..\src\random.hpp" + > + </File> + <File RelativePath="..\..\..\src\reaper.hpp" > </File> @@ -677,6 +697,10 @@ > </File> <File + RelativePath="..\..\..\src\router.hpp" + > + </File> + <File RelativePath="..\..\..\src\select.hpp" > </File> |