supplementary.mk
来自「国内著名嵌入式培训机构内部资料,内含一些实例代码,包括技术专题书籍」· MK 代码 · 共 30 行
MK
30 行
makmake :
cshlpcmp ..\help\cameraapp_help_sc.xml
cshlpcmp ..\help\cameraapp_help_09.xml
ifeq (WINS, $(findstring WINS, $(PLATFORM)))
copy ..\help\cameraapp_sc.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help
copy ..\help\cameraapp_09.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help
endif
clean :
del ..\help\cameraapp_sc.hlp
del ..\help\cameraapp_sc.hlp.hrh
del ..\help\cameraapp_09.hlp
del ..\help\cameraapp_09.hlp.hrh
bld :
cshlpcmp ..\help\cameraapp_help_sc.xml
cshlpcmp ..\help\cameraapp_help_09.xml
ifeq (WINS, $(findstring WINS, $(PLATFORM)))
copy ..\help\cameraapp_sc.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help
copy ..\help\cameraapp_09.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help
endif
freeze lib cleanlib final resource savespace releasables :
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?