⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 viewex.mmp

📁 Symbian OS C++ 手机应用开发(第一卷)部分事例代码
💻 MMP
字号:
/*
* ============================================================================
*  Name     : ViewEx.mmp
*  Part of  : ViewEx
*  Description:
*     This is the project specification file for ViewEx.
*     
*  Copyright (c) 2004 Symbian Software Ltd. All rights reserved.
* ============================================================================
*/

TARGET  ViewEx.app
TARGETTYPE  app
UID  0x100039CE 0x0257696A 
TARGETPATH \system\apps\ViewEx

SOURCEPATH ..\src
SOURCE  ViewExApp.cpp 
SOURCE  ViewExAppUi.cpp
SOURCE  ViewExDocument.cpp
SOURCE  ViewExView.cpp

RESOURCE ..\data\ViewEx.rss
RESOURCE ..\data\ViewEx_caption.rss
LANG     SC

USERINCLUDE . 
USERINCLUDE ..\inc

SYSTEMINCLUDE   . \epoc32\include

LIBRARY euser.lib apparc.lib cone.lib eikcore.lib 
LIBRARY eikcoctl.lib avkon.lib

AIF ViewEx.aif ..\aif ViewExaif.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp

⌨️ 快捷键说明

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