supplementary.mk

来自「Http client source code. Working symbian」· MK 代码 · 共 41 行

MK
41
字号
# ==============================================================================
#  Name        : supplementary.mk
#  Part of     : HTTPClientExample
#  Description : Creates a help file
#  Version     : 
#
#  Copyright (c) 2007 Nokia Corporation.
#  This material, including documentation and any related 
#  computer programs, is protected by copyright controlled by 
#  Nokia Corporation.
# ==============================================================================

makmake :
	cshlpcmp ..\help\help_sc.xml
	cshlpcmp ..\help\help_09.xml

ifeq (WINS, $(findstring WINS, $(PLATFORM)))
	copy ..\help\HTTPClientExample_sc.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help
	copy ..\help\HTTPClientExample_09.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help
endif


clean :
	del ..\help\HTTPClientExample_sc.hlp
	del ..\help\HTTPClientExample_sc.hlp.hrh
	del ..\help\HTTPClientExample_09.hlp
	del ..\help\HTTPClientExample_09.hlp.hrh


bld :
	cshlpcmp ..\help\help_sc.xml
	cshlpcmp ..\help\help_09.xml

ifeq (WINS, $(findstring WINS, $(PLATFORM)))
	copy ..\help\HTTPClientExample_sc.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help
	copy ..\help\HTTPClientExample_09.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help
endif


freeze lib cleanlib final resource savespace releasables :

⌨️ 快捷键说明

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