From 6d5c9381c763b1df70bba0c4d7f8a913b08282a9 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:03:18 +0900 Subject: MSVC build: ZeroMQ renamed to Crossroads Signed-off-by: Martin Sustrik --- builds/msvc/properties/Crossroads.props | 23 +++++++++++++++++++++++ builds/msvc/properties/ZeroMQ.props | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 builds/msvc/properties/Crossroads.props delete mode 100644 builds/msvc/properties/ZeroMQ.props (limited to 'builds/msvc/properties') diff --git a/builds/msvc/properties/Crossroads.props b/builds/msvc/properties/Crossroads.props new file mode 100644 index 0000000..f6678f3 --- /dev/null +++ b/builds/msvc/properties/Crossroads.props @@ -0,0 +1,23 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + <_PropertySheetDisplayName>Crossroads Settings + + + + copy ..\platform.hpp ..\..\..\src + + + _CRT_SECURE_NO_WARNINGS;DLL_EXPORT;FD_SETSIZE=1024;%(PreprocessorDefinitions) + 4355 + + + Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies) + + + diff --git a/builds/msvc/properties/ZeroMQ.props b/builds/msvc/properties/ZeroMQ.props deleted file mode 100644 index 517ca9e..0000000 --- a/builds/msvc/properties/ZeroMQ.props +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - <_PropertySheetDisplayName>ZeroMQ Settings - - - - copy ..\platform.hpp ..\..\..\src - - - _CRT_SECURE_NO_WARNINGS;DLL_EXPORT;FD_SETSIZE=1024;%(PreprocessorDefinitions) - 4355 - - - Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies) - - - \ No newline at end of file -- cgit v1.2.3