descriptorexam.mmp
来自「国内著名嵌入式培训机构内部资料,内含一些实例代码,包括技术专题书籍」· MMP 代码 · 共 25 行
MMP
25 行
/*
============================================================================
Name : DescriptorExam.mmp
Author :
Copyright : Your copyright notice
Description : This is the project specification file for DescriptorExam.
============================================================================
*/
TARGET DescriptorExam.exe
TARGETTYPE exe
UID 0 0xE864177E
USERINCLUDE ..\inc
SYSTEMINCLUDE \epoc32\include
SOURCEPATH ..\src
SOURCE DescriptorExam.cpp
LIBRARY euser.lib
#ifdef ENABLE_ABIV2_MODE
DEBUGGABLE
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?