bld.inf
来自「symbian的S60平台上文件处理的例子」· INF 代码 · 共 22 行
INF
22 行
PRJ_PLATFORMS
DEFAULT
PRJ_EXPORTS
..\inc\recognizerex.h
#ifdef EKA2
.\test.new ..\winscw\c\data\Images\Pictures\test.new
.\test2.new ..\winscw\c\data\Images\Pictures\test2.new
#else //for 1st and 2nd edition
.\test.new ..\winscw\c\nokia\Images\Pictures\test.new
.\test2.new ..\winscw\c\nokia\Images\Pictures\test2.new
#endif
PRJ_MMPFILES
#ifdef EKA2
recognizerex.mmp
#else
recognizerex_20.mmp
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?