mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
26 lines
506 B
Text
26 lines
506 B
Text
description "OpenSSL based SSL support for Core\3770,128,128";
|
|
|
|
library(POSIX) "crypto ssl";
|
|
|
|
library(WIN32 MSC !SHARED !DEBUG) "libeay32MT ssleay32MT";
|
|
|
|
library(WIN32 MSC !SHARED DEBUG) "libeay32MTd ssleay32MTd";
|
|
|
|
library(WIN32 MSC SHARED !DEBUG) "libeay32MD ssleay32MD";
|
|
|
|
library(WIN32 MSC SHARED DEBUG) "libeay32MDd ssleay32MDd";
|
|
|
|
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;
|
|
|