00001 # ============================================================================
00002 # Name : Icons_scalable_dc.mk
00003 # Part of : ContactsModel
00004 #
00005 # Description: This is file for creating .mif file (scalable icon)
00006 #
00007 # ============================================================================
00008
00009
00010 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
00011 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
00012 else
00013 ZDIR=$(EPOCROOT)epoc32\data\z
00014 endif
00015
00016 TARGETDIR=$(ZDIR)\resource\apps
00017 ICONTARGETFILENAME=$(TARGETDIR)\ContactsModel.mif
00018
00019 ICONDIR=..\gfx
00020
00021 do_nothing :
00022 @rem do_nothing
00023
00024 MAKMAKE : do_nothing
00025
00026 BLD : do_nothing
00027
00028 CLEAN : do_nothing
00029
00030 LIB : do_nothing
00031
00032 CLEANLIB : do_nothing
00033
00034 # ----------------------------------------------------------------------------
00035 # NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
00036 # and this command crashes, consider adding "/X" to the command line.
00037 # 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>
00038 # ----------------------------------------------------------------------------
00039
00040 RESOURCE : $(ICONTARGETFILENAME)
00041
00042 $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_ContactsModel.svg
00043 mifconv $(ICONTARGETFILENAME) \
00044 /c32 $(ICONDIR)\qgn_menu_ContactsModel.svg
00045
00046 FREEZE : do_nothing
00047
00048 SAVESPACE : do_nothing
00049
00050 RELEASABLES :
00051 @echo $(ICONTARGETFILENAME)
00052
00053 FINAL : do_nothing
00054