sample.mmp

来自「稿件名称:基于Symbian OS的S60手机游戏图像处理 稿件作者:王庚」· MMP 代码 · 共 60 行

MMP
60
字号
/*
* ============================================================================
*  Name     : Sample.mmp
*  Part of  : Sample
*  Created  : 2005-09-27 by 
*  Description:
*     This is the project specification file for Sample.
*     Initial content was generated by Series 60 AppWizard.
*     
*  Version  :
*  Copyright: 
* ============================================================================
*/

TARGET  Sample.app
TARGETTYPE  app
UID  0x100039CE 0x082A5EDE 
TARGETPATH \system\apps\Sample

SOURCEPATH ..\src
SOURCE  SampleApp.cpp 
SOURCE  SampleAppUi.cpp
SOURCE  SampleDocument.cpp
SOURCE  SampleContainer.cpp

RESOURCE ..\data\Sample.rss
RESOURCE ..\data\Sample_caption.rss
LANG     SC

USERINCLUDE . ..\inc

SYSTEMINCLUDE   . \epoc32\include

LIBRARY euser.lib apparc.lib cone.lib eikcore.lib 
LIBRARY eikcoctl.lib avkon.lib
LIBRARY fbscli.lib	// effect support
LIBRARY	BITGDI.LIB  // effect support
LIBRARY ws32.lib	// DSA
START WINS      
// ?wins_specific_information
END

START MARM
// ?marm_specific_information
END

// Other possible keywords:
/* 
START BITMAP ?target
TARGETPATH   ?emulated_path_on_target_machine
HEADER
SOURCEPATH   ?source_path
SOURCE       ?color_depth ?source_bitmap_list
END
*/
// DEFFILE ?filename

AIF Sample.aif ..\aif Sampleaif.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp

⌨️ 快捷键说明

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