bld.inf

来自「这个源码实现的是短信发送的功能!对于短信处理开发有很大的借鉴之处!」· INF 代码 · 共 26 行

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



PRJ_MMPFILES

#ifdef EKA2
  ..\Engine\group\SMSEngine.mmp
  ..\GUI\group\SMSExample.mmp
  gnumakefile ..\GUI\group\SmsExample_icons.mk
#else
  ..\Engine\group\SMSEngine_1st_2nd.mmp
  ..\GUI\group\SMSExample_1st_2nd.mmp
#endif

⌨️ 快捷键说明

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