mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
Core/SSL: Now using 'crypto ssl' for MSVC too
git-svn-id: svn://ultimatepp.org/upp/trunk@14365 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
acf8e363ae
commit
d42e49f516
1 changed files with 2 additions and 5 deletions
|
|
@ -1,10 +1,7 @@
|
|||
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
|
||||
"crypto ssl";
|
||||
|
||||
library(WIN32) gdi32;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue