bld.inf

来自「《基于Symbian OS的手机开发与应用实践》这本书的配套源码。」· INF 代码 · 共 23 行

INF
23
字号
/*
* ============================================================================
*  Name     : bld.inf
*  Part of  : GifAnimation
*  Created  : 31.01.2006 by ToBeReplacedByAuthor
*  Description:
*     This file provides the information required for building the
*    whole of a GifAnimation.
*  Version  :
*  Copyright: ToBeReplacedByCopyright
* ============================================================================
*/

// Export a gif file for all IDEs.
PRJ_EXPORTS
..\data\image.gif ..\release\wins\udeb\z\system\apps\GifAnimation\image.gif
..\data\image.gif ..\release\winsb\udeb\z\system\apps\GifAnimation\image.gif
..\data\image.gif ..\release\winscw\udeb\z\system\apps\GifAnimation\image.gif

PRJ_MMPFILES
GifAnimation.mmp

⌨️ 快捷键说明

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