diff -r 000000000000 -r 0049171ecffb help/build_help.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/help/build_help.mk Fri Jul 24 08:46:02 2009 +0100 @@ -0,0 +1,46 @@ +# ============================================================================ +# Name : build_help.mk +# Part of : NPR +# ============================================================================ +# Name : build_help.mk +# Part of : NPR +# +# 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 : NPR_0xEEB0E481.hlp +NPR_0xEEB0E481.hlp : NPR.xml NPR.cshlp Custom.xml + cshlpcmp NPR.cshlp +ifeq (WINSCW,$(findstring WINSCW, $(PLATFORM))) + md $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help + copy NPR_0xEEB0E481.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help +endif + +BLD : do_nothing + +CLEAN : + del NPR_0xEEB0E481.hlp + del NPR_0xEEB0E481.hlp.hrh + +LIB : do_nothing + +CLEANLIB : do_nothing + +RESOURCE : do_nothing + +FREEZE : do_nothing + +SAVESPACE : do_nothing + +RELEASABLES : + @echo NPR_0xEEB0E481.hlp + +FINAL : do_nothing