help/build_help.mk
changeset 0 0049171ecffb
equal deleted inserted replaced
-1:000000000000 0:0049171ecffb
       
     1 # ============================================================================
       
     2 #  Name	 : build_help.mk
       
     3 #  Part of  : NPR
       
     4 # ============================================================================
       
     5 #  Name	 : build_help.mk
       
     6 #  Part of  : NPR
       
     7 #
       
     8 #  Description: This make file will build the application help file (.hlp)
       
     9 # 
       
    10 # ============================================================================
       
    11 
       
    12 do_nothing :
       
    13 	@rem do_nothing
       
    14 
       
    15 # build the help from the MAKMAKE step so the header file generated
       
    16 # will be found by cpp.exe when calculating the dependency information
       
    17 # in the mmp makefiles.
       
    18 
       
    19 MAKMAKE : NPR_0xEEB0E481.hlp
       
    20 NPR_0xEEB0E481.hlp : NPR.xml NPR.cshlp Custom.xml
       
    21 	cshlpcmp NPR.cshlp
       
    22 ifeq (WINSCW,$(findstring WINSCW, $(PLATFORM)))
       
    23 	md $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
       
    24 	copy NPR_0xEEB0E481.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
       
    25 endif
       
    26 
       
    27 BLD : do_nothing
       
    28 
       
    29 CLEAN :
       
    30 	del NPR_0xEEB0E481.hlp
       
    31 	del NPR_0xEEB0E481.hlp.hrh
       
    32 
       
    33 LIB : do_nothing
       
    34 
       
    35 CLEANLIB : do_nothing
       
    36 
       
    37 RESOURCE : do_nothing
       
    38 		
       
    39 FREEZE : do_nothing
       
    40 
       
    41 SAVESPACE : do_nothing
       
    42 
       
    43 RELEASABLES :
       
    44 	@echo NPR_0xEEB0E481.hlp
       
    45 
       
    46 FINAL : do_nothing