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

📄 build_help.mk

📁 在Garbide c++中建立的Symbian程序。实现了安装后自动调用JAVA安装包(JAR
💻 MK
字号:
# ============================================================================
#  Name	 : build_help.mk
#  Part of  : PreInstall4
# ============================================================================
#  Name	 : build_help.mk
#  Part of  : PreInstall4
#
#  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 : PreInstall4_0xE8EDC92A.hlp
PreInstall4_0xE8EDC92A.hlp : PreInstall4.xml PreInstall4.cshlp Custom.xml
	cshlpcmp PreInstall4.cshlp
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
	copy PreInstall4_0xE8EDC92A.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
endif

BLD : do_nothing

CLEAN :
	del PreInstall4_0xE8EDC92A.hlp
	del PreInstall4_0xE8EDC92A.hlp.hrh

LIB : do_nothing

CLEANLIB : do_nothing

RESOURCE : do_nothing
		
FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo PreInstall4_0xE8EDC92A.hlp

FINAL : do_nothing

⌨️ 快捷键说明

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