diff options
| author | Martin Sustrik <sustrik@250bpm.com> | 2010-11-16 14:04:55 +0100 | 
|---|---|---|
| committer | Martin Sustrik <sustrik@250bpm.com> | 2010-11-16 14:04:55 +0100 | 
| commit | 152c64f25df9d037e7f51874d2d66724337aad38 (patch) | |
| tree | 23672bd1b88743b2a00e7849b6c52088e633ab77 /builds | |
| parent | ffcb0baa735538b8b4a0f00799d1185adba2761f (diff) | |
FD_SETSIZE defaults to 1024 in MSVC build
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds')
| -rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 36 | 
1 files changed, 18 insertions, 18 deletions
| diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index 95db1df..126ac2e 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" @@ -186,10 +186,6 @@  				>  			</File>  			<File -				RelativePath="..\..\..\src\push.cpp" -				> -			</File> -			<File  				RelativePath="..\..\..\src\epoll.cpp"  				>  			</File> @@ -274,6 +270,14 @@  				>  			</File>  			<File +				RelativePath="..\..\..\src\pull.cpp" +				> +			</File> +			<File +				RelativePath="..\..\..\src\push.cpp" +				> +			</File> +			<File  				RelativePath="..\..\..\src\queue.cpp"  				>  			</File> @@ -326,10 +330,6 @@  				>  			</File>  			<File -				RelativePath="..\..\..\src\pull.cpp" -				> -			</File> -			<File  				RelativePath="..\..\..\src\uuid.cpp"  				>  			</File> @@ -408,10 +408,6 @@  				>  			</File>  			<File -				RelativePath="..\..\..\src\push.hpp" -				> -			</File> -			<File  				RelativePath="..\..\..\src\encoder.hpp"  				>  			</File> @@ -532,6 +528,14 @@  				>  			</File>  			<File +				RelativePath="..\..\..\src\pull.hpp" +				> +			</File> +			<File +				RelativePath="..\..\..\src\push.hpp" +				> +			</File> +			<File  				RelativePath="..\..\..\src\queue.hpp"  				>  			</File> @@ -588,10 +592,6 @@  				>  			</File>  			<File -				RelativePath="..\..\..\src\pull.hpp" -				> -			</File> -			<File  				RelativePath="..\..\..\src\uuid.hpp"  				>  			</File> | 
