bld.inf

来自「SYMBIAN camera 样例程序如果需要了解更多或缺少什么文件可以邮件联系」· INF 代码 · 共 39 行

INF
39
字号
/*
* ============================================================================
*  Name     : bld.inf
*  Part of  : CameraApp
*  Created  : 05/06/2006 by Forum Nokia
*  Description:
*	 This file provides the information required for building the
*        whole of CameraApp.
*  Version  :
*  Copyright: Nokia Corporation, 2006
* ============================================================================
*/

PRJ_MMPFILES
#ifdef EKA2	// S60 3rd Ed
CameraApp_s60_3rd_ed.mmp
#else
CameraApp.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\Camera1a_2_8kHz.wav ..\winscw\c\private\e01ff1d8\Camera1a_2_8kHz.wav
..\data\focused.wav ..\winscw\c\private\e01ff1d8\focused.wav

#else // S60 2nd Ed

..\data\Camera1a_2_8kHz.wav ..\winscw\c\system\Apps\cameraapp\Camera1a_2_8kHz.wav
..\data\focused.wav ..\winscw\c\system\Apps\cameraapp\focused.wav


#endif

⌨️ 快捷键说明

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