idlehomescreen/examples/mcsexample/group/Icons_scalable_dc.mk
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 #
       
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 
       
    18 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    19 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    20 else
       
    21 ZDIR=$(EPOCROOT)epoc32\data\z
       
    22 endif
       
    23 
       
    24 TARGETDIR=$(ZDIR)\resource\apps
       
    25 ICONTARGETFILENAME=$(TARGETDIR)\MCSExample_0xEB753B18.mif
       
    26 
       
    27 ICONDIR=..\gfx
       
    28 
       
    29 do_nothing :
       
    30 	@rem do_nothing
       
    31 
       
    32 MAKMAKE : do_nothing
       
    33 
       
    34 BLD : do_nothing
       
    35 
       
    36 CLEAN :
       
    37 	@echo ...Deleting $(ICONTARGETFILENAME)
       
    38 	del /q /f $(ICONTARGETFILENAME)
       
    39 
       
    40 LIB : do_nothing
       
    41 
       
    42 CLEANLIB : do_nothing
       
    43 
       
    44 # ----------------------------------------------------------------------------
       
    45 # NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
       
    46 # and this command crashes, consider adding "/X" to the command line.
       
    47 # 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>
       
    48 # ----------------------------------------------------------------------------
       
    49 
       
    50 RESOURCE : $(ICONTARGETFILENAME)
       
    51 
       
    52 $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_MCSExample.svg
       
    53 	mifconv $(ICONTARGETFILENAME) \
       
    54 		/c32 $(ICONDIR)\qgn_menu_MCSExample.svg
       
    55 
       
    56 FREEZE : do_nothing
       
    57 
       
    58 SAVESPACE : do_nothing
       
    59 
       
    60 RELEASABLES :
       
    61 	@echo $(ICONTARGETFILENAME)
       
    62 
       
    63 FINAL : do_nothing
       
    64