diff options
author | unknown <bundra@.(none)> | 2009-12-15 18:00:00 +0100 |
---|---|---|
committer | unknown <bundra@.(none)> | 2009-12-15 18:00:00 +0100 |
commit | 3e640836674872961f48efb4dc7badb20d736407 (patch) | |
tree | 9bc99ac0166e779c3b41545fc37511d53f4546e6 /builds/msvc | |
parent | 2cef05d86976784f4bc1083cb0fa548e267ac132 (diff) |
win32 build fixed
Diffstat (limited to 'builds/msvc')
-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 518c469..30b853a 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -198,6 +198,10 @@ > </File> <File + RelativePath="..\..\..\src\fq.cpp" + > + </File> + <File RelativePath="..\..\..\src\io_object.cpp" > </File> @@ -214,6 +218,10 @@ > </File> <File + RelativePath="..\..\..\src\lb.cpp" + > + </File> + <File RelativePath="..\..\..\src\object.cpp" > </File> @@ -412,6 +420,10 @@ > </File> <File + RelativePath="..\..\..\src\fq.hpp" + > + </File> + <File RelativePath="..\..\..\src\i_endpoint.hpp" > </File> @@ -452,6 +464,10 @@ > </File> <File + RelativePath="..\..\..\src\lb.hpp" + > + </File> + <File RelativePath="..\..\..\src\msg_content.hpp" > </File> |