data/testpublisher/group/icons_scalable_dc.mk
changeset 0 b856a9924bbc
equal deleted inserted replaced
-1:000000000000 0:b856a9924bbc
       
     1 
       
     2 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
     3 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
     4 else
       
     5 ZDIR=$(EPOCROOT)epoc32\data\z
       
     6 endif
       
     7 
       
     8 TARGETDIR=$(ZDIR)\resource\apps
       
     9 ICONTARGETFILENAME=$(TARGETDIR)\TestPublisher_0xE5555555.mif
       
    10 
       
    11 ICONDIR=..\gfx
       
    12 
       
    13 do_nothing :
       
    14 	@rem do_nothing
       
    15 
       
    16 MAKMAKE : do_nothing
       
    17 
       
    18 BLD : do_nothing
       
    19 
       
    20 CLEAN :
       
    21 	@echo ...Deleting $(ICONTARGETFILENAME)
       
    22 	del /q /f $(ICONTARGETFILENAME)
       
    23 
       
    24 LIB : do_nothing
       
    25 
       
    26 CLEANLIB : do_nothing
       
    27 
       
    28 # ----------------------------------------------------------------------------
       
    29 # NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
       
    30 # and this command crashes, consider adding "/X" to the command line.
       
    31 # 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>
       
    32 # ----------------------------------------------------------------------------
       
    33 
       
    34 RESOURCE : $(ICONTARGETFILENAME)
       
    35 
       
    36 $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_TestPublisher.svg
       
    37 	mifconv $(ICONTARGETFILENAME) \
       
    38 		/c32 $(ICONDIR)\qgn_menu_TestPublisher.svg
       
    39 
       
    40 FREEZE : do_nothing
       
    41 
       
    42 SAVESPACE : do_nothing
       
    43 
       
    44 RELEASABLES :
       
    45 	@echo $(ICONTARGETFILENAME)
       
    46 
       
    47 FINAL : do_nothing
       
    48