📄 quickstart.mmp
字号:
//
// QuickStart.mmp -- Makefile input for QuickStart
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In no event shall the authors or publishers be liable for any damages whatsoever arising out of the
// use or inabilty to use this material.
//
TARGET QuickStart.exe
TARGETTYPE exe
UID 0x0 0xE00000AD
EPOCSTACKSIZE 0x5000
// Application registration file
START RESOURCE QuickStart_reg.rss
TARGETPATH \private\10003a3f\apps
END
// Application's captions and icon file name
START RESOURCE QuickStart_loc.rss
LANG SC
TARGETPATH \Resource\Apps
END
// Application icons
START BITMAP QuickStart_icons.mbm
SOURCEPATH Graphics
TARGETPATH \Resource\Apps
SOURCE c16 AppIcon18x18.bmp
SOURCE 1 AppIcon18x18mask.bmp
SOURCE c16 AppIcon40x40.bmp
SOURCE 1 AppIcon40x40mask.bmp
SOURCE c16 AppIcon64x64.bmp
SOURCE 1 AppIcon64x64mask.bmp
END
// Application primary resource file
START RESOURCE QuickStart.rss
HEADER
LANG SC
TARGETPATH \Resource\Apps
END
// Application source code
SOURCE QuickStart.cpp
USERINCLUDE .
SYSTEMINCLUDE . \epoc32\include
LIBRARY euser.lib efsrv.lib estor.lib
LIBRARY ws32.lib fbscli.lib gdi.lib bitgdi.lib
LIBRARY bafl.lib apparc.lib cone.lib
LIBRARY eikcore.lib eikcoctl.lib eikctl.lib eikdlg.lib egul.lib eiklbx.lib
LIBRARY qikcore.lib qikctl.lib qiklbx.lib qikutils.lib qikdlg.lib
LIBRARY quiconfigclient.lib
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -