📄 build_help.mk
字号:
# ============================================================================
# Name : build_help.mk
# Part of : QiQiWeather
# ============================================================================
# Name : build_help.mk
# Part of : QiQiWeather
#
# 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 : QiQiWeather_0xE6E51F33.hlp
QiQiWeather_0xE6E51F33.hlp : QiQiWeather.xml QiQiWeather.cshlp Custom.xml
cshlpcmp QiQiWeather.cshlp
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
copy QiQiWeather_0xE6E51F33.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
endif
BLD : do_nothing
CLEAN :
del QiQiWeather_0xE6E51F33.hlp
del QiQiWeather_0xE6E51F33.hlp.hrh
LIB : do_nothing
CLEANLIB : do_nothing
RESOURCE : do_nothing
FREEZE : do_nothing
SAVESPACE : do_nothing
RELEASABLES :
@echo QiQiWeather_0xE6E51F33.hlp
FINAL : do_nothing
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -