complexserver.mmp

来自「Symbain mobile code 手机应用程序源代码--基本结构方面」· MMP 代码 · 共 32 行

MMP
32
字号
// ComplexServer.mmp
//
// Copyright (C) Symbian Software Ltd 2000-2005.  All rights reserved.

// using relative paths for source and userinclude directories

// no special capabailties required by this DLL

TARGET        ComplexServer.dll
TARGETTYPE    dll
UID           0xE800002A
VENDORID 0x70000001

SOURCEPATH    .
SOURCE        ComplexServer.cpp
SOURCE        ComplexServerCCountServer.cpp
SOURCE        ComplexServerCCountSession.cpp
SOURCE        ComplexServerCCountSubSession.cpp

USERINCLUDE   .
SYSTEMINCLUDE \Epoc32\include

LIBRARY       euser.lib

#if defined(WINS)
    deffile .\ComplexServerWINS.def
#else if defined(ARM)
    deffile .\ComplexServerARM.def
#endif
nostrictdef

CAPABILITY None

⌨️ 快捷键说明

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