phonebookui/Phonebook2/NewContactLauncher/group/Icons_scalable_dc.mk
branchRCL_3
changeset 63 f4a778e096c2
parent 0 e686773b3f54
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 #
       
     2 # Copyright (c) 2009 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: This is file for creating .mif file (scalable icon)
       
    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)\NewContactLauncher.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 : do_nothing
       
    37 
       
    38 LIB : do_nothing
       
    39 
       
    40 CLEANLIB : do_nothing
       
    41 
       
    42 # ----------------------------------------------------------------------------
       
    43 # NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
       
    44 # and this command crashes, consider adding "/X" to the command line.
       
    45 # 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>
       
    46 # ----------------------------------------------------------------------------
       
    47 
       
    48 RESOURCE : $(ICONTARGETFILENAME)
       
    49 
       
    50 $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_NewContactLauncher.svg
       
    51 	mifconv $(ICONTARGETFILENAME) \
       
    52 		/c32 $(ICONDIR)\qgn_menu_NewContactLauncher.svg
       
    53 
       
    54 FREEZE : do_nothing
       
    55 
       
    56 SAVESPACE : do_nothing
       
    57 
       
    58 RELEASABLES :
       
    59 	@echo $(ICONTARGETFILENAME)
       
    60 
       
    61 FINAL : do_nothing
       
    62