drawing.mmp

来自「Symbian OS C++ for Mobile Phones v3 Exam」· MMP 代码 · 共 66 行

MMP
66
字号
// 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

⌨️ 快捷键说明

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