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