build_help.mk
来自「nokia 提供的图片转换例子的第三版」· MK 代码 · 共 32 行
MK
32 行
do_nothing :
@rem do_nothing
MAKMAKE : ImageConverter.hlp
ImageConverter.hlp : ImageConverter.xml ImageConverter.cshlp Custom.xml
cshlpcmp ImageConverter.cshlp
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
copy ImageConverter.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
endif
BLD : do_nothing
CLEAN :
del ImageConverter.hlp
del ImageConverter.hlp.hrh
LIB : do_nothing
CLEANLIB : do_nothing
RESOURCE : do_nothing
FREEZE : do_nothing
SAVESPACE : do_nothing
RELEASABLES :
@echo ImageConverter.hlp
FINAL : do_nothing
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?