?? drawing.mmp
字號(hào):
// drawing.mmp
//
// Copyright (c) 2000 - 2007 Symbian Software Ltd. All rights reserved.
//
// using relative paths for sourcepath and user includes
TARGET drawing.exe
TARGETTYPE exe
UID 0x100039CE 0x101F8B3D
SECUREID 0x101F8B3D
SOURCEPATH ..\src
SOURCE drawing_Main.cpp
SOURCE drawing_Application.cpp
SOURCE drawing_Document.cpp
SOURCE drawing_AppUi.cpp
SOURCE drawing_AppView.cpp
SOURCE drawing_HelloControl.cpp
SOURCE drawing_HelloView.cpp
SOURCEPATH ..\group
START RESOURCE drawing.rss
HEADER
TARGETPATH resource\apps
LANG SC
END //RESOURCE
// Each application must provide a registration file, which gives
// non-localisable information.
// TARGETPATH - In the mmp file, the target directory for all registration files
// should be located in \private\10003a3f\apps, which is the correct location
// for the emulator. The path for applications being installed onto a phone,
// using the standard software installation method, is defined in the pkg file.
START RESOURCE drawing_reg.rss
#ifdef WINSCW
TARGETPATH \private\10003a3f\apps
#else
TARGETPATH \private\10003a3f\import\apps
#endif
END //RESOURCE
// This file defines the application's captions and the name of the icon file
// TARGETPATH - Define the directory where the resource should be built into.
// LANG - Indicate languages code for the project.
START RESOURCE drawing_loc.rss
TARGETPATH \Resource\Apps
LANG SC
END
USERINCLUDE ..\inc
SYSTEMINCLUDE \epoc32\include
LIBRARY euser.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY eikcore.lib
LIBRARY egul.lib
LIBRARY gdi.lib
LIBRARY avkon.lib
VENDORID 0
CAPABILITY NONE
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -