shapeplugin_2x.mmp
来自「国内著名嵌入式培训机构内部资料,内含一些实例代码,包括技术专题书籍」· MMP 代码 · 共 34 行
MMP
34 行
/*
* ============================================================================
* Name : Shapeplugin.mmp
* Part of : shapeplugin
* Created : 17/11/2003 by Forum Nokia
* Implementation notes:
* Project file for ECom shape plug-in
* Version : 1.0
* Copyright: Forum Nokia
* ============================================================================
*/
TARGET shapeimplementation.dll
TARGETTYPE ECOMIIC
// ECom Dll recognition UID followed by the unique UID for this dll
UID 0x10009D8D 0x101F614F
SOURCEPATH ..\src
SOURCE main.cpp
SOURCE proxy.cpp
SOURCE circle.cpp
SOURCE square.cpp
SOURCE triangle.cpp
USERINCLUDE ..\inc
SYSTEMINCLUDE \epoc32\include
SOURCEPATH ..\data
RESOURCE 101F614F.RSS
LIBRARY euser.lib ECom.lib
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?