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