?? build_help.mk
字號:
# ============================================================================
# Name : build_help.mk
# Part of : TestGnHttpDown
# ============================================================================
# Name : build_help.mk
# Part of : TestGnHttpDown
#
# 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 : TestGnHttpDown_0xECCD2992.hlp
TestGnHttpDown_0xECCD2992.hlp : TestGnHttpDown.xml TestGnHttpDown.cshlp Custom.xml
cshlpcmp TestGnHttpDown.cshlp
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
copy TestGnHttpDown_0xECCD2992.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
endif
BLD : do_nothing
CLEAN :
del TestGnHttpDown_0xECCD2992.hlp
del TestGnHttpDown_0xECCD2992.hlp.hrh
LIB : do_nothing
CLEANLIB : do_nothing
RESOURCE : do_nothing
FREEZE : do_nothing
SAVESPACE : do_nothing
RELEASABLES :
@echo TestGnHttpDown_0xECCD2992.hlp
FINAL : do_nothing
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -