mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Core/SSH: A CLANG warning (-Wimplicit-function-declaration) condition for gettimeofday() function is fixed. Core/SSH: Cleanup, small bugfixes and cosmetics.. Core/SSH: API docs are updated accordingly. git-svn-id: svn://ultimatepp.org/upp/trunk@14509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
55 lines
830 B
Text
55 lines
830 B
Text
description "SSH protocol encapsulation., using libssh2.\377";
|
|
|
|
acceptflags
|
|
USEMALLOC,
|
|
LIBSSH2TRACE;
|
|
|
|
flags(LIBSSH2DEBUG) LIBSSH2DEBUG;
|
|
|
|
uses
|
|
Core;
|
|
|
|
uses(WIN32 | NOSO) plugin/z;
|
|
|
|
library(POSIX) "crypto ssl z";
|
|
|
|
library(WIN32) "ssl crypto";
|
|
|
|
library(WIN32) "gdi32 ws2_32";
|
|
|
|
link(WIN32 MSC SO) /nodefaultlib:libc;
|
|
|
|
file
|
|
SSH.h,
|
|
Core.h,
|
|
Core.cpp,
|
|
Malloc.cpp,
|
|
Session readonly separator,
|
|
Session.h,
|
|
Session.cpp,
|
|
SFtp readonly separator,
|
|
SFtp.h,
|
|
SFtp.cpp,
|
|
SFtpStream.cpp,
|
|
Channels readonly separator,
|
|
Channels.h,
|
|
Channels.cpp,
|
|
Scp.cpp,
|
|
Exec.cpp,
|
|
Tunnel.cpp,
|
|
Shell.cpp,
|
|
Helpers readonly separator,
|
|
Hosts.h,
|
|
Hosts.cpp,
|
|
"Library Files" readonly separator,
|
|
libssh2upp.c,
|
|
libssh2\libssh2_config.h,
|
|
libssh2/Copying,
|
|
Docs readonly separator,
|
|
src.tpp,
|
|
Info readonly separator,
|
|
ReadMe,
|
|
Copying,
|
|
Todo,
|
|
Issues;
|
|
|