bld.inf

来自「symbian C++ 开发学习的一个很好的例子」· INF 代码 · 共 28 行

INF
28
字号
/*
* ============================================================================
*  Name     : bld.inf
*  Part of  : RichTextEditor
*  Created  : 05/08/2006 by Forum Nokia 
*  Description:
*	 This file provides the information required for building the
*    whole of a RichTextEditor.
*  Version  : 2.0
*  Copyright: Forum Nokia
* ============================================================================
*/

PRJ_MMPFILES
#ifdef EKA2
RichTextEditor_S60_3rd_Ed.mmp
#else
RichTextEditor.mmp
#endif

PRJ_EXPORTS
#ifdef EKA2 //3rd edition
..\data\picture.mbm		..\winscw\c\private\E1EF0030\picture.mbm
#else //1st edition
//..\data\picture.mbm		..\Wins\c\system\Apps\RichTextEditor\picture.mbm
//2nd edition
..\data\picture.mbm		..\winscw\c\system\apps\RichTextEditor\picture.mbm
#endif

⌨️ 快捷键说明

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