📄 msg1.mmp
字号:
//
// Msg1.mmp -- Makefile input for Msg1
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In no event shall UIQ Technology be liable for any damages whatsoever arising out of the
// use or inabilty to use this material.
//
TARGET Msg1.exe
TARGETTYPE exe
UID 0x0 0xEDEAD014
EPOCSTACKSIZE 0x5000
CAPABILITY ReadUserData WriteUserData NetworkServices
// Application registration file
START RESOURCE Msg1_reg.rss
TARGETPATH \private\10003a3f\apps
END
// Application's captions and icon file name
START RESOURCE Msg1_loc.rss
LANG SC
TARGETPATH \Resource\Apps
END
// Application icons
START BITMAP Msg1_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 Msg1.rss
HEADER
LANG SC
TARGETPATH \Resource\Apps
END
// Application source code
SOURCE Msg1.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
LIBRARY msgs.lib
LIBRARY smcm.lib
LIBRARY gsmu.lib
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -