build_help.mk

来自「一个可以加载图片作为下拉菜单的symbian手机示例」· MK 代码 · 共 46 行

MK
46
字号
# ============================================================================
#  Name	 : build_help.mk
#  Part of  : Biaofeng
# ============================================================================
#  Name	 : build_help.mk
#  Part of  : Biaofeng
#
#  Description: This make file will build the application help file (.hlp)
# 
# ============================================================================

do_nothing :
	@rem do_nothing

# build the help from the MAKMAKE step so the header file generated
# will be found by cpp.exe when calculating the dependency information
# in the mmp makefiles.

MAKMAKE : Biaofeng_0xE4A1DB93.hlp
Biaofeng_0xE4A1DB93.hlp : Biaofeng.xml Biaofeng.cshlp Custom.xml
	cshlpcmp Biaofeng.cshlp
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
	copy Biaofeng_0xE4A1DB93.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
endif

BLD : do_nothing

CLEAN :
	del Biaofeng_0xE4A1DB93.hlp
	del Biaofeng_0xE4A1DB93.hlp.hrh

LIB : do_nothing

CLEANLIB : do_nothing

RESOURCE : do_nothing
		
FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo Biaofeng_0xE4A1DB93.hlp

FINAL : do_nothing

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?