diff options
author | Pieter Hintjens <ph@imatix.com> | 2010-08-05 18:49:49 +0200 |
---|---|---|
committer | Pieter Hintjens <ph@imatix.com> | 2010-08-05 18:49:49 +0200 |
commit | 78e9ee84bf0e89eeb7134771b1f501ea0f9ccd9d (patch) | |
tree | a371655da88169be66f9287b726f03c0d2654885 /builds/msvc | |
parent | 96bcc9e6cf73781c31042278eb960c0363a78805 (diff) |
Fixed MSVC project for PULL/PUSH
Diffstat (limited to 'builds/msvc')
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index e914414..95db1df 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -186,7 +186,7 @@ > </File> <File - RelativePath="..\..\..\src\downstream.cpp" + RelativePath="..\..\..\src\push.cpp" > </File> <File @@ -326,7 +326,7 @@ > </File> <File - RelativePath="..\..\..\src\upstream.cpp" + RelativePath="..\..\..\src\pull.cpp" > </File> <File @@ -408,7 +408,7 @@ > </File> <File - RelativePath="..\..\..\src\downstream.hpp" + RelativePath="..\..\..\src\push.hpp" > </File> <File @@ -588,7 +588,7 @@ > </File> <File - RelativePath="..\..\..\src\upstream.hpp" + RelativePath="..\..\..\src\pull.hpp" > </File> <File |