mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-27 22:03:39 -06:00
git-svn-id: svn://ultimatepp.org/upp/trunk@367 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a4243a8669
commit
9e11f9ed00
5 changed files with 29 additions and 12 deletions
|
|
@ -1,37 +1,41 @@
|
|||
uses
|
||||
Web;
|
||||
|
||||
acceptflags
|
||||
NOSSL;
|
||||
|
||||
uses
|
||||
Web;
|
||||
|
||||
library(WIN32 !NOSSL !SHARED) "out32\\ssleay32 out32\\libeay32";
|
||||
|
||||
library(WIN32) "gdi32";
|
||||
library(WIN32) gdi32;
|
||||
|
||||
library(LINUX !NOSSL) "crypto ssl";
|
||||
|
||||
library(WIN32 !NOSSL SHARED) "out32dll\\ssleay32.lib out32dll\\libeay32.lib ";
|
||||
|
||||
link(WIN32 DEBUG MSC SO) "/nodefaultlib:libc";
|
||||
link(WIN32 DEBUG MSC SO) /nodefaultlib:libc;
|
||||
|
||||
link(WIN32 MT MSC SO) "/nodefaultlib:libc";
|
||||
link(WIN32 MT MSC SO) /nodefaultlib:libc;
|
||||
|
||||
link(WIN32 DEBUG MSC71 SO) "/nodefaultlib:libc";
|
||||
link(WIN32 DEBUG MSC71 SO) /nodefaultlib:libc;
|
||||
|
||||
link(WIN32 MT MSC71 SO) "/nodefaultib:libc";
|
||||
link(WIN32 MT MSC71 SO) /nodefaultib:libc;
|
||||
|
||||
link(WIN32 DEBUG MSC) "/nodefaultlib:libc";
|
||||
link(WIN32 DEBUG MSC) /nodefaultlib:libc;
|
||||
|
||||
link(WIN32 MT MSC) "/nodefaultlib:libc";
|
||||
link(WIN32 MT MSC) /nodefaultlib:libc;
|
||||
|
||||
link(WIN32 DEBUG MSC71) "/nodefaultlib:libc";
|
||||
link(WIN32 DEBUG MSC71) /nodefaultlib:libc;
|
||||
|
||||
link(WIN32 MT MSC71) "/nodefaultlib:libc";
|
||||
link(WIN32 MT MSC71) /nodefaultlib:libc;
|
||||
|
||||
file
|
||||
WebSSL.h,
|
||||
util.cpp,
|
||||
src.tpp,
|
||||
srcimp.tpp,
|
||||
srcdoc.tpp,
|
||||
Info readonly separator,
|
||||
Copying,
|
||||
Copying-plain,
|
||||
Authors;
|
||||
|
||||
|
|
|
|||
4
uppsrc/Web/SSL/init
Normal file
4
uppsrc/Web/SSL/init
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _Web_SSL_icpp_init_stub
|
||||
#define _Web_SSL_icpp_init_stub
|
||||
#include "Web/init"
|
||||
#endif
|
||||
3
uppsrc/Web/SSL/src.tpp/index$en-us.tpp
Normal file
3
uppsrc/Web/SSL/src.tpp/index$en-us.tpp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
topic "";[ $$0,0#00000000000000000000000000000000:Default]
|
||||
[{_}%EN-US
|
||||
[s0; ]
|
||||
3
uppsrc/Web/SSL/srcdoc.tpp/index$en-us.tpp
Normal file
3
uppsrc/Web/SSL/srcdoc.tpp/index$en-us.tpp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
topic "";[ $$0,0#00000000000000000000000000000000:Default]
|
||||
[{_}%EN-US
|
||||
[s0; ]
|
||||
3
uppsrc/Web/SSL/srcimp.tpp/index$en-us.tpp
Normal file
3
uppsrc/Web/SSL/srcimp.tpp/index$en-us.tpp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
topic "";[ $$0,0#00000000000000000000000000000000:Default]
|
||||
[{_}%EN-US
|
||||
[s0; ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue