mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 06:06:01 -06:00
16 lines
266 B
Text
16 lines
266 B
Text
description "OpenSSL based SSL support for Core\3770,128,128";
|
|
|
|
library(POSIX) "crypto ssl";
|
|
|
|
library(WIN32 (MSC | CLANG)) "libeay32MT.lib ssleay32MT.lib";
|
|
|
|
library(WIN32 GCC) "ssl crypto";
|
|
|
|
file
|
|
SSL.h,
|
|
Util.cpp,
|
|
InitExit.cpp,
|
|
Socket.cpp,
|
|
P7S.cpp,
|
|
Init.icpp;
|
|
|