complexclient.mmp
来自「Symbain mobile code 手机应用程序源代码--基本结构方面」· MMP 代码 · 共 25 行
MMP
25 行
// ComplexClient.mmp
//
// Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved.
// using relative paths for source and userinclude directories
// No sepcial capabilities required by this executable
TARGET ComplexClient.exe
TARGETTYPE exe
UID 0xE8000029
VENDORID 0x70000001
SOURCEPATH .
SOURCE ComplexClient.cpp
SOURCE ComplexClientSession.cpp
SOURCE ComplexClientSubSession.cpp
USERINCLUDE .
USERINCLUDE ..\..\..\CommonFramework
SYSTEMINCLUDE \Epoc32\include
LIBRARY euser.lib ComplexServer.lib
CAPABILITY None
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?