mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
add support for auto-linking SLpro or OpenSSL default build OpenSSL libs
This commit is contained in:
@@ -170,23 +170,29 @@
|
||||
// #define POCO_LOG_DEBUG
|
||||
|
||||
|
||||
// OpenSSL on Windows
|
||||
//
|
||||
// OpenSSL options
|
||||
//
|
||||
|
||||
// Poco has its own OpenSSL build system.
|
||||
// See https://github.com/pocoproject/openssl/blob/master/README.md
|
||||
// for details
|
||||
// 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
|
||||
// To disable the use of Poco-provided OpenSSL binaries,
|
||||
// define POCO_EXTERNAL_OPENSSL.
|
||||
//
|
||||
// Possible values:
|
||||
// POCO_EXTERNAL_OPENSSL_SLPRO:
|
||||
// Automatically link OpenSSL libraries from OpenSSL Windows installer provided
|
||||
// by Shining Light Productions <http://slproweb.com/products/Win32OpenSSL.html>
|
||||
// The (global) library search path must be set accordingly.
|
||||
// POCO_EXTERNAL_OPENSSL_DEFAULT:
|
||||
// Automatically link OpenSSL libraries from standard OpenSSL Windows build.
|
||||
// The (global) library search path must be set accordingly.
|
||||
// empty or other value:
|
||||
// Do not link any OpenSSL libraries automatically. You will have to edit the
|
||||
// Visual C++ project files for Crypto and NetSSL_OpenSSL.
|
||||
#define POCO_EXTERNAL_OPENSSL POCO_EXTERNAL_OPENSSL_SLPRO
|
||||
|
||||
|
||||
// Define to prevent changing the suffix for shared libraries
|
||||
|
Reference in New Issue
Block a user