From 597cc5edd624525563e6549dc0057eca2a51c81d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Nov 2014 13:30:46 -0500 Subject: upgrade to new version --- builds/msvc/properties/ZeroMQ_Static.props | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 builds/msvc/properties/ZeroMQ_Static.props (limited to 'builds/msvc/properties/ZeroMQ_Static.props') diff --git a/builds/msvc/properties/ZeroMQ_Static.props b/builds/msvc/properties/ZeroMQ_Static.props new file mode 100644 index 0000000..dec17f8 --- /dev/null +++ b/builds/msvc/properties/ZeroMQ_Static.props @@ -0,0 +1,23 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + <_PropertySheetDisplayName>ZeroMQ Static Settings + + + + copy ..\platform.hpp ..\..\..\src + + + _CRT_SECURE_NO_WARNINGS;ZMQ_STATIC;FD_SETSIZE=1024;%(PreprocessorDefinitions) + + + Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies) + /ignore:4006 /ignore:4221 %(AdditionalOptions) + + + \ No newline at end of file -- cgit v1.2.3