diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-11-16 14:15:29 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-11-16 14:15:29 +0100 |
commit | bd0ecf478466b27103af92db33ffebc3948f2e4e (patch) | |
tree | 75b128ba6f4d10c0296ca0fc2c9ad5b8435f4e45 /builds/msvc/libzmq | |
parent | da3327cf8780ea4d454e0aa8904b5aab3c446b23 (diff) |
FD_SETSIZE defaults to 1024 in MSVC build
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/msvc/libzmq')
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index 456b5ed..ef78f97 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -40,7 +40,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="-DDLL_EXPORT" + AdditionalOptions="-DDLL_EXPORT -DFD_SETSIZE=1024" Optimization="0" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -112,7 +112,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="-DDLL_EXPORT" + AdditionalOptions="-DDLL_EXPORT -DFD_SETSIZE=1024" Optimization="2" EnableIntrinsicFunctions="true" RuntimeLibrary="2" @@ -234,6 +234,10 @@ > </File> <File + RelativePath="..\..\..\src\mailbox.cpp" + > + </File> + <File RelativePath="..\..\..\src\named_session.cpp" > </File> @@ -310,10 +314,6 @@ > </File> <File - RelativePath="..\..\..\src\mailbox.cpp" - > - </File> - <File RelativePath="..\..\..\src\socket_base.cpp" > </File> @@ -496,6 +496,10 @@ > </File> <File + RelativePath="..\..\..\src\mailbox.hpp" + > + </File> + <File RelativePath="..\..\..\src\msg_content.hpp" > </File> @@ -592,10 +596,6 @@ > </File> <File - RelativePath="..\..\..\src\mailbox.hpp" - > - </File> - <File RelativePath="..\..\..\src\socket_base.hpp" > </File> |