mydll.mmp
来自「Developing.Software.for.Symbian.OS 书籍配套源」· MMP 代码 · 共 24 行
MMP
24 行
// PolymorphicDLL1.mmp
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
// using relative paths for source and userinclude directories
// exports are unfrozen
TARGET mydll.dll
TARGETTYPE dll
UID 0x10004262 0x10004264
SOURCEPATH ..\src
SOURCE mydll.cpp
USERINCLUDE .
USERINCLUDE ..\include
SYSTEMINCLUDE \Epoc32\include
LIBRARY euser.lib flogger.lib
deffile wackier.def
nostrictdef
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?