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