⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 puttyengine.mmh

📁 大名鼎鼎的远程登录软件putty的Symbian版源码
💻 MMH
字号:
/*    puttyengine.mmh * * Project definition file include for the PuTTY engine DLL. * Note that this is an almost complete project definition file on its own. * Platform-specific project definition files just define macros and * #include this. * * Copyright 2002-2004,2006 Petteri Kangaslampi * * See license.txt for full copyright and license information.*/TARGET		puttyengine.dllTARGETTYPE	dllSOURCEPATH	..\..\engine#ifdef EKA2CAPABILITY	NetworkServicesUID		0x1000008d 0xf01f9073#elseUID		0x1000008d 0x101f9073#endifUSERINCLUDE	..\..\include ..\..\engine ..\..\engine\puttysymbian USERINCLUDE	..\..\engine\putty ..\..\engine\putty\charset// Engine module source filesSOURCE		puttyengineimp.cppSOURCE		terminalkeys.cpp// PuTTY core source filesSOURCE		putty\ssh.cSOURCE		putty\misc.cSOURCE		putty\version.cSOURCE		putty\settings.cSOURCE		putty\tree234.cSOURCE		putty\ldisc.cSOURCE		putty\sshcrc.cSOURCE		putty\sshdes.cSOURCE		putty\sshmd5.cSOURCE		putty\sshrsa.cSOURCE		putty\sshrand.cSOURCE		putty\sshsha.cSOURCE		putty\sshblowf.cSOURCE		putty\sshdh.cSOURCE		putty\sshcrcda.cSOURCE		putty\sshpubk.cSOURCE		putty\sshzlib.cSOURCE		putty\sshdss.cSOURCE		putty\x11fwd.cSOURCE		putty\portfwd.cSOURCE		putty\sshaes.cSOURCE		putty\sshsh512.cSOURCE		putty\sshbn.cSOURCE		putty\terminal.cSOURCE		putty\wcwidth.cSOURCE		putty\proxy.cSOURCE		putty\ldiscucs.cSOURCE		putty\pproxy.cSOURCE		putty\wildcard.cSOURCE		putty\logging.cSOURCE		putty\cproxy.cSOURCE		putty\minibidi.c// PuTTY charset library sourcesSOURCE		putty\charset\sbcsdat.cSOURCE		putty\charset\slookup.cSOURCE		putty\charset\sbcs.cSOURCE		putty\charset\utf8.cSOURCE		putty\charset\toucs.cSOURCE		putty\charset\fromucs.cSOURCE		putty\charset\xenc.cSOURCE		putty\charset\mimeenc.cSOURCE		putty\charset\macenc.cSOURCE		putty\charset\localenc.c// Putty Symbian OS specific sourcesSOURCE		puttysymbian\epocnet.cppSOURCE		puttysymbian\epocstore.cppSOURCE		puttysymbian\charutil.cppSOURCE		puttysymbian\assert.cppSOURCE		puttysymbian\epocmemory.cppSOURCE		puttysymbian\epocnoise.cppSOURCE		puttysymbian\epocpageantc.cppSOURCE		puttysymbian\epocunicode.cppSOURCE		puttysymbian\epocmisc.cppSOURCE		puttysymbian\epocprinting.cppSOURCE		puttysymbian\snprintf.cSYSTEMINCLUDE	..\..\engine\puttysymbianSYSTEMINCLUDE	\epoc32\include \epoc32\include\libc#if !defined(WINS) && !defined(EKA2)LIBRARY		edllstub.lib#endifLIBRARY		estlib.lib euser.lib insock.lib esock.lib efsrv.lib LIBRARY		ws32.lib apgrfx.lib gdi.lib bafl.lib// Select the random number source to use#ifdef EKA2MACRO		PUTTY_HAVE_SYSTEMRANDOMLIBRARY		random.lib#elseMACRO		PUTTY_HAVE_SYSAGENTLIBRARY		sysagt.lib#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -