My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
acceptflags
NOSSL;

uses
Web;

library(WIN32 !NOSSL !SHARED !DEBUG) "libeay32MT ssleay32MT";

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

link(WIN32 DEBUG MSC SO) /nodefaultlib:libc;

link(WIN32 MT MSC SO) /nodefaultlib:libc;

link(WIN32 DEBUG MSC71 SO) /nodefaultlib:libc;

link(WIN32 MT MSC71 SO) /nodefaultib:libc;

link(WIN32 DEBUG MSC) /nodefaultlib:libc;

link(WIN32 MT MSC) /nodefaultlib:libc;

link(WIN32 DEBUG MSC71) /nodefaultlib:libc;

link(WIN32 MT MSC71) /nodefaultlib:libc;

file
SSL.h,
WebSSL.h,
util.cpp,
httpscli.cpp,
src.tpp,
srcimp.tpp,
srcdoc.tpp,
Info readonly separator,
Copying;

Change log

r4157 by cxl on Nov 10, 2011   Diff
Web\SSL: Package configuration changed to
reflect Win32 standard name of SSL
libraries
Go to: 
Project members, sign in to write a code review

Older revisions

r4052 by cxl on Oct 18, 2011   Diff
.Web\SSL: Cosmetics
r2097 by rylek on Feb 18, 2010   Diff
Added line for debugging version of
SSL libraries
r2042 by rylek on Feb 9, 2010   Diff
First version of HttpsClient (using
SSL)
All revisions of this file

File info

Size: 819 bytes, 45 lines
Powered by Google Project Hosting