mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-30 15:45:55 +02:00
fix Windows openssl library pragmas
This commit is contained in:
parent
41cc2a632e
commit
4f562c0e6b
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "Poco/Net/Net.h"
|
#include "Poco/Net/Net.h"
|
||||||
|
#include "Poco/Crypto/Crypto.h"
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
@ -54,10 +55,6 @@
|
|||||||
//
|
//
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#if !defined(POCO_NO_AUTOMATIC_LIBS)
|
#if !defined(POCO_NO_AUTOMATIC_LIBS)
|
||||||
#if !defined(POCO_EXTERNAL_OPENSSL)
|
|
||||||
#pragma comment(lib, "libcrypto.lib")
|
|
||||||
#pragma comment(lib, "libssl.lib")
|
|
||||||
#endif // POCO_EXTERNAL_OPENSSL
|
|
||||||
#if !defined(NetSSL_EXPORTS)
|
#if !defined(NetSSL_EXPORTS)
|
||||||
#pragma comment(lib, "PocoNetSSL" POCO_LIB_SUFFIX)
|
#pragma comment(lib, "PocoNetSSL" POCO_LIB_SUFFIX)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user