bld.inf

来自「这是音频流的例子,下载来看看吧,对你的Symbian有帮助的」· INF 代码 · 共 35 行

INF
35
字号
/*
* ============================================================================
*  Name     : bld.inf
*  Part of  : AudioStream
*  Created  : April 28, 2006 by Forum Nokia
*  Implementation notes:
*	 This file provides the information required for building the
*      whole of a AudioStream.
*     
*  Version  : 2.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

PRJ_MMPFILES

#ifdef EKA2	// S60 3rd Ed
audiostream_s60_3rd_ed.mmp
#else // S60 2nd Ed
audiostream.mmp
#endif

PRJ_EXPORTS
// Specify the source file followed by its destination here
// copy will be used to copy the source file to its destination
// If there's no destination then the source file will be copied
// to the same name in \epoc32\include
#ifdef EKA2 // S60 3rd Ed
..\data\sample.aud ..\winscw\c\private\e01ff1c3\sample.aud
..\data\sample.amr ..\winscw\c\private\e01ff1c3\sample.amr
#else // S60 2nd Ed
..\data\sample.aud ..\winscw\c\system\Apps\audiostream\sample.aud
..\data\sample.amr ..\winscw\c\system\Apps\audiostream\sample.amr
#endif

⌨️ 快捷键说明

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