diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-01-15 20:16:00 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-01-15 20:16:00 +0100 |
commit | a249d152003d7a7ebf048c2a9a0307abc1adb704 (patch) | |
tree | b6ba33d7fd4803b849cd1ee7ed7fd84c6fcca9a9 /builds/msvc/libzmq | |
parent | 59fa0c9b46a7f8291c68564ad71ef97dd0bae69e (diff) |
Fix MSVC build
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/msvc/libzmq')
-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 975c13c..4386b41 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -198,6 +198,10 @@ > </File> <File + RelativePath="..\..\..\src\dist.cpp" + > + </File> + <File RelativePath="..\..\..\src\encoder.cpp" > </File> @@ -440,6 +444,10 @@ > </File> <File + RelativePath="..\..\..\src\dist.hpp" + > + </File> + <File RelativePath="..\..\..\src\encoder.hpp" > </File> |