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