mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Web\SSL: Package configuration changed to reflect Win32 standard name of SSL libraries
git-svn-id: svn://ultimatepp.org/upp/trunk@4157 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b54d7471b3
commit
92ec104239
1 changed files with 6 additions and 6 deletions
|
|
@ -4,18 +4,18 @@ acceptflags
|
|||
uses
|
||||
Web;
|
||||
|
||||
library(WIN32 !NOSSL !SHARED !DEBUG MT) "out32mt\\ssleay32 out32mt\\libeay32";
|
||||
library(WIN32 !NOSSL !SHARED !DEBUG) "libeay32MT ssleay32MT";
|
||||
|
||||
library(WIN32 !NOSSL !SHARED !DEBUG !MT) "out32mt\\ssleay32 out32mt\\libeay32";
|
||||
library(WIN32 !NOSSL !SHARED DEBUG) "libeay32MTd ssleay32MTd";
|
||||
|
||||
library(WIN32 !NOSSL SHARED !DEBUG) "libeay32MD ssleay32MD";
|
||||
|
||||
library(WIN32 !NOSSL SHARED DEBUG) "libeay32MDd ssleay32MDd";
|
||||
|
||||
library(WIN32) gdi32;
|
||||
|
||||
library(LINUX !NOSSL) "crypto ssl";
|
||||
|
||||
library(WIN32 !NOSSL SHARED) "out32dll\\ssleay32.lib out32dll\\libeay32.lib ";
|
||||
|
||||
library(WIN32 !NOSSL !SHARED DEBUG) "out32dbg\\ssleay32 out32dbg\\libeay32";
|
||||
|
||||
link(WIN32 DEBUG MSC SO) /nodefaultlib:libc;
|
||||
|
||||
link(WIN32 MT MSC SO) /nodefaultlib:libc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue