bld.inf
来自「国内著名嵌入式培训机构内部资料,内含一些实例代码,包括技术专题书籍」· INF 代码 · 共 34 行
INF
34 行
/*
* ============================================================================
* Name : bld.inf
* Part of : ecomshape
* Created : 29/05/2006 by Forum Nokia
* Description:
* This file provides the information required for building the custom
* resolver.
* Version : 2.0
* Copyright: Forum Nokia
* ============================================================================
*/
PRJ_PLATFORMS
// specify the platforms your component needs to be built for here
// defaults to WINS ARMI ARM4 THUMB so you can ignore this if you just build these
PRJ_EXPORTS
..\..\shaperesolver\inc\shapeinterface.h
..\..\shaperesolver\inc\shapeinterface.inl
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.
#ifdef EKA2
shaperesolver_30.mmp
#else
shaperesolver_2x.mmp
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?