bld.inf

来自「s60源码」· INF 代码 · 共 27 行

INF
27
字号
/**
*
* @brief Build information file for MtmsExample application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

// Export data files.
// Note that the source paths are relative to the location of
// this file, and target paths are relative to \epoc32\include.
// This will create wins, winsb and winscw directories
// in the epoc32\release directory if they do not already exist.

PRJ_EXPORTS
..\srcdata\image.jpg   ..\Release\wins\udeb\z\system\apps\MTMSEXAMPLE\image.jpg
..\srcdata\image.jpg   ..\Release\winsb\udeb\z\system\apps\MTMSEXAMPLE\image.jpg
..\srcdata\image.jpg   ..\Release\winscw\udeb\z\system\apps\MTMSEXAMPLE\image.jpg
..\srcdata\simple.smil ..\Release\wins\udeb\z\system\apps\MTMSEXAMPLE\simple.smil
..\srcdata\simple.smil ..\Release\winsb\udeb\z\system\apps\MTMSEXAMPLE\simple.smil
..\srcdata\simple.smil ..\Release\winscw\udeb\z\system\apps\MTMSEXAMPLE\simple.smil

PRJ_MMPFILES
MtmsExample.mmp

// End of File

⌨️ 快捷键说明

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