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:
cxl 2020-04-24 14:05:02 +00:00
parent acf8e363ae
commit d42e49f516

View file

@ -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;