diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-12-15 23:50:32 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-12-15 23:50:32 +0100 |
commit | 7479871cde46371c593f35c0ace3d9e984fddb1a (patch) | |
tree | 28fce83216cf66f90fa4483cbdcb6395c707b9e9 /builds/msvc/libzmq/libzmq.vcproj | |
parent | 8aa0908635f255e2d533539d5330b92b62dc88ba (diff) | |
parent | 3e640836674872961f48efb4dc7badb20d736407 (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'builds/msvc/libzmq/libzmq.vcproj')
-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> |