mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 06:06:01 -06:00
22 lines
371 B
Text
22 lines
371 B
Text
description "OpenSSL based SSL support for Core\3770,128,128";
|
|
|
|
library(POSIX) "crypto ssl";
|
|
|
|
library(WIN32 MSC !SHARED) "libeay32MT ssleay32MT";
|
|
|
|
library(WIN32 MSC SHARED) "libeay32MD ssleay32MD";
|
|
|
|
library(WIN32 GCC) "ssl crypto";
|
|
|
|
library(WIN32) gdi32;
|
|
|
|
link(WIN32 MSC SO) /nodefaultlib:libc;
|
|
|
|
file
|
|
SSL.h,
|
|
Util.cpp,
|
|
InitExit.cpp,
|
|
Socket.cpp,
|
|
P7S.cpp,
|
|
Init.icpp;
|
|
|