Problem: prepared Visual Studio solution files are hard to maintain and redundant with CMake builds

Solution: declare them as deprecated
This commit is contained in:
Simon Giesecke
2018-05-23 17:26:28 +02:00
parent b56e7f13c5
commit af6d70ec72
153 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#ifndef __PLATFORM_HPP_INCLUDED__
#define __PLATFORM_HPP_INCLUDED__
#define ZMQ_HAVE_WINDOWS
// MSVC build configuration is controlled via options exposed in the Visual
// Studio user interface. The option to use libsodium is not exposed in the
// user interface unless a sibling `libsodium` directory to that of this
// repository exists and contains the following files:
//
// \builds\msvc\vs2015\libsodium.import.props
// \builds\msvc\vs2015\libsodium.import.xml
#endif