bld.inf

来自「蓝牙通迅服务,挺有用的东东,希望对大家有所帮助」· INF 代码 · 共 28 行

INF
28
字号
// BLD.INF
//
// Copyright (c) 2000 Symbian Ltd.  All rights reserved.
//

PRJ_PLATFORMS

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

..\inc\btservicesapp.h

PRJ_MMPFILES
// specify the .mmp files required for building the important component releasables
// note that you should specify any .mmp files for test programs further down the file.
//
// It's best if the .MMP files are specified in the order in which the components are
// built, but that eventually shouldn't matter
//
// Use C++ style #defines to denote that a component is only built for a particular platform

BtServices.mmp

PRJ_TESTMMPFILES

⌨️ 快捷键说明

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