bld.inf

来自「在syambian s60 3rd上开发的超级计算器 可实现大浮点数的计算」· INF 代码 · 共 32 行

INF
32
字号
/*
* ============================================================================
*  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 (c) 2006 - 2007 Nokia Corporation.
*  This material, including documentation and any related
*  computer programs, is protected by copyright controlled by
*  Nokia Corporation.
* ============================================================================
*/

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 + -
显示快捷键?