bld.inf

来自「symbian系统下」· INF 代码 · 共 26 行

INF
26
字号
/*
* ============================================================================
*  Name     : bld.inf
*  Part of  : BluetoothPMPExample
*  Created  : 14.01.2004 by Forum Nokia
*  Description:
*    This file provides the information required for building the
*    whole of a BluetoothPMPExample.
*  Version  :
*  Copyright: Nokia Corporation 
* ============================================================================
*/


PRJ_MMPFILES
#ifdef EKA2
bluetoothpmpexample_3rd.mmp //for S60 3rd edition
#else 
//select (uncomment) the one according to your SDK
bluetoothpmpexample_2nd_FP2.mmp  //use this if your SDK is 2nd ed. FP2 or newer
//bluetoothpmpexample_1st.mmp   //use this for older SDKs
#endif



⌨️ 快捷键说明

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