bld.inf
来自「symbian上显示图象同时具有放大和旋转功能」· INF 代码 · 共 40 行
INF
40 行
/*
* ============================================================================
* Name : bld.inf
* Part of : ImageConverter
* Created : May 14, 2006 by Forum Nokia
* Description:
* This file provides the information required for building the
* whole of a ImageConverter.
* Version : 2.0
* Copyright: Nokia Corporation
* ============================================================================
*/
PRJ_MMPFILES
#ifdef EKA2 // S60 3rd Ed
ImageConverter_s60_3rd_ed.mmp
#else // S60 2nd Ed
ImageConverter.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\australia.bmp ..\winscw\c\Data\australia.bmp
// begin by chen
..\data\apple.png ..\winscw\c\Data\apple.png
// end by chen
#else // S60 2nd Ed
..\data\australia.bmp ..\winscw\c\Nokia\australia.bmp
// begin by chen
..\data\apple.png ..\winscw\c\Nokia\apple.png
// end by chen
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?