testhercules.mmp

来自「hercules v9 symbian os application devel」· MMP 代码 · 共 29 行

MMP
29
字号
// testhercules.mmp

target testhercules.exe
targettype exe

capability	NONE
uid 0 0xA0001989

userinclude ..\inc
systeminclude \epoc32\include

sourcepath ..\testcode
source testhercules.cpp 
source task.cpp

SOURCEPATH        ..\data

START RESOURCE    testhercules_reg.rss
#ifdef WINSCW
TARGETPATH 	  \private\10003a3f\apps
#else
TARGETPATH 	  \private\10003a3f\import\apps
#endif
END //RESOURCE

library euser.lib client.lib


⌨️ 快捷键说明

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