supplementary.mk
来自「C++下照相机功能的详细描述,详细讲述了如果打开镜头、如果聚焦等等功能」· 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 + -
显示快捷键?