2019-06-28 20:24:37 +00:00
|
|
|
// stdafx.cpp : source file that includes just the standard includes
|
|
|
|
// testssh.pch will be the pre-compiled header
|
|
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
|
|
|
|
#include "stdafx.h"
|
|
|
|
|
|
|
|
// TODO: reference any additional headers you need in STDAFX.H
|
|
|
|
// and not in this file
|
2019-07-04 08:40:31 +00:00
|
|
|
|
|
|
|
#ifdef _DEBUG
|
|
|
|
# pragma comment(lib, "debug/ssh.lib")
|
|
|
|
#else
|
|
|
|
# pragma comment(lib, "release/ssh.lib")
|
|
|
|
#endif
|
|
|
|
#pragma comment(lib, "libeay32.lib")
|
|
|
|
#pragma comment(lib, "ws2_32.lib")
|
|
|
|
|