build_help.mk
来自「symbian os下的helloworld」· MK 代码 · 共 38 行
MK
38 行
# ============================================================================
# Name : build_help.mk
# Part of : hellotest
#
# Description: This make file will build the application help file (.hlp)
#
# ============================================================================
do_nothing :
@rem do_nothing
MAKMAKE :
cshlpcmp hellotest.cshlp
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
copy hellotest_0xEB744BB1.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
endif
BLD : do_nothing
CLEAN :
del hellotest_0xEB744BB1.hlp
del hellotest_0xEB744BB1.hlp.hrh
LIB : do_nothing
CLEANLIB : do_nothing
RESOURCE : do_nothing
FREEZE : do_nothing
SAVESPACE : do_nothing
RELEASABLES :
@echo hellotest_0xEB744BB1.hlp
FINAL : do_nothing
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?