Sha256: 176215895cac5451ca2dce8830138b89157981ff2424d52fe3628ad754e1a12d

Contents?: true

Size: 1.01 KB

Versions: 76

Compression:

Stored size: 1.01 KB

Contents

# ============================================================================
#  Name	 : build_help.mk
#  Part of  : rhodes
# ============================================================================
#  Name	 : build_help.mk
#  Part of  : rhodes
#
#  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 : rhodes.hlp
rhodes.hlp : rhodes.xml rhodes.cshlp Custom.xml
	cshlpcmp rhodes.cshlp
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
	copy rhodes.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
endif

BLD : do_nothing

CLEAN :
	del rhodes.hlp
	del rhodes.hlp.hrh

LIB : do_nothing

CLEANLIB : do_nothing

RESOURCE : do_nothing
		
FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo rhodes.hlp

FINAL : do_nothing

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
rhodes-3.0.2 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.2.beta.1 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.1 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.1.beta.8 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.1.beta.7 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.1.beta.6 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.1.beta.5 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.1.beta.4 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.1.beta.3 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.1.beta.2 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.0 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.0.beta.7 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.0.beta.6 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.0.beta.5 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.0.beta.4 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.0.beta.3 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.0.beta.2 platform/symbian/rhodes/help/build_help.mk
rhodes-3.0.0.beta.1 platform/symbian/rhodes/help/build_help.mk
rhodes-2.4.1 platform/symbian/rhodes/help/build_help.mk
rhodes-2.4.1.beta.1 platform/symbian/rhodes/help/build_help.mk