⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 supplementary.mk

📁 Http client source code. Working symbian http client example. Connect to http server and browse site
💻 MK
字号:
# ==============================================================================
#  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -