supplementary.mk
来自「应用于S60平台的示例程序」· MK 代码 · 共 35 行
MK
35 行
# ==============================================================================
# Name : supplementary.mk
# Part of : Help example
# Description : Creates a help file
# Version :
#
# Copyright (c) 2004-2006 Nokia Corporation.
# This material, including documentation and any related
# computer programs, is protected by copyright controlled by
# Nokia Corporation.
# ==============================================================================
makmake :
cshlpcmp ..\help\HelpExample.cshlp
ifeq (WINS, $(findstring WINS, $(PLATFORM)))
copy ..\help\HelpExample.hlp ..\..\..\epoc32\$(PLATFORM)\c\resource\help
endif
clean :
del ..\help\HelpExample.hlp
del ..\help\HelpExample.hlp.hrh
bld :
cshlpcmp ..\help\HelpExample.cshlp
ifeq (WINS, $(findstring WINS, $(PLATFORM)))
copy ..\help\HelpExample.hlp ..\..\..\epoc32\$(PLATFORM)\c\resource\help
endif
freeze lib cleanlib final resource savespace releasables :
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?