group/Icons_scalable_dc.mk
changeset 0 0049171ecffb
equal deleted inserted replaced
-1:000000000000 0:0049171ecffb
       
     1 # ============================================================================
       
     2 #  Name	 : Icons_scalable_dc.mk
       
     3 #  Part of  : NPR
       
     4 #
       
     5 #  Description: This is file for creating .mif file (scalable icon)
       
     6 # 
       
     7 # ============================================================================
       
     8 
       
     9 
       
    10 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    11 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    12 else
       
    13 ZDIR=$(EPOCROOT)epoc32\data\z
       
    14 endif
       
    15 
       
    16 TARGETDIR=$(ZDIR)\resource\apps
       
    17 ICONTARGETFILENAME=$(TARGETDIR)\NPR_0xEEB0E481.mif
       
    18 
       
    19 ICONDIR=..\gfx
       
    20 
       
    21 do_nothing :
       
    22 	@rem do_nothing
       
    23 
       
    24 MAKMAKE : do_nothing
       
    25 
       
    26 BLD : do_nothing
       
    27 
       
    28 CLEAN : do_nothing
       
    29 
       
    30 LIB : do_nothing
       
    31 
       
    32 CLEANLIB : do_nothing
       
    33 
       
    34 # ----------------------------------------------------------------------------
       
    35 # NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
       
    36 # and this command crashes, consider adding "/X" to the command line.
       
    37 # See <http://forum.nokia.com/document/Forum_Nokia_Technical_Library_v1_35/contents/FNTL/Build_process_fails_at_mif_file_creation_in_S60_3rd_Ed_FP1_SDK.htm>
       
    38 # ----------------------------------------------------------------------------
       
    39 
       
    40 RESOURCE : $(ICONTARGETFILENAME)
       
    41 
       
    42 $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_NPR.svg
       
    43 	mifconv $(ICONTARGETFILENAME) \
       
    44 		/c32 $(ICONDIR)\qgn_menu_NPR.svg
       
    45 
       
    46 FREEZE : do_nothing
       
    47 
       
    48 SAVESPACE : do_nothing
       
    49 
       
    50 RELEASABLES :
       
    51 	@echo $(ICONTARGETFILENAME)
       
    52 
       
    53 FINAL : do_nothing
       
    54