mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Added line for debugging version of SSL libraries
git-svn-id: svn://ultimatepp.org/upp/trunk@2097 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c97ada3c74
commit
bf1a5323a5
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,9 @@ acceptflags
|
|||
uses
|
||||
Web;
|
||||
|
||||
library(WIN32 !NOSSL !SHARED) "out32\\ssleay32 out32\\libeay32";
|
||||
library(WIN32 !NOSSL !SHARED !DEBUG MT) "out32mt\\ssleay32 out32mt\\libeay32";
|
||||
|
||||
library(WIN32 !NOSSL !SHARED !DEBUG !MT) "out32mt\\ssleay32 out32mt\\libeay32";
|
||||
|
||||
library(WIN32) gdi32;
|
||||
|
||||
|
|
@ -12,6 +14,8 @@ 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