openssl VS projects modifications

This commit is contained in:
Alex Fabijanic
2018-01-29 09:22:45 -06:00
parent 4727145db5
commit 8f2ecfccef
123 changed files with 2042 additions and 1447 deletions

View File

@@ -170,10 +170,24 @@
// #define POCO_LOG_DEBUG
// Uncomment to disable the use of bundled OpenSSL binaries
// (Windows only)
//
// OpenSSL options
//
// Poco has its own OpenSSL build system.
// See https://github.com/pocoproject/openssl/blob/master/README.md
// for details
//
// These options are Windows only.
// Disable the use of Poco OpenSSL binaries
// (external OpenSSL libraries must be provided).
// #define POCO_EXTERNAL_OPENSSL
//
// End OpenSSL options
//
// Define to prevent changing the suffix for shared libraries
// to "d.so", "d.dll", etc. for _DEBUG builds in Poco::SharedLibrary.