examples/SDKExamples/helloworldbasic/group/Icons_scalable_dc.mk

00001 # ==============================================================================
00002 #  Name        : Icons_scalable_dc.mk
00003 #  Part of     : Helloworldbasic
00004 #  Description : This is file for creating .mif file (scalable icon)
00005 #  Version     : 
00006 #
00007 #  Copyright (c) 2002-2006 Nokia Corporation.
00008 #  This material, including documentation and any related 
00009 #  computer programs, is protected by copyright controlled by 
00010 #  Nokia Corporation.
00011 # ==============================================================================
00012 
00013 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
00014 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
00015 else
00016 ZDIR=$(EPOCROOT)epoc32\data\z
00017 endif
00018 
00019 TARGETDIR=$(ZDIR)\resource\apps
00020 ICONTARGETFILENAME=$(TARGETDIR)\helloworldbasic_aif.mif
00021 
00022 ICONDIR=..\gfx
00023 
00024 do_nothing :
00025         @rem do_nothing
00026 
00027 MAKMAKE : do_nothing
00028 
00029 BLD : do_nothing
00030 
00031 CLEAN : do_nothing
00032 
00033 LIB : do_nothing
00034 
00035 CLEANLIB : do_nothing
00036 
00037 RESOURCE :      
00038         mifconv $(ICONTARGETFILENAME) \
00039                 /c32 $(ICONDIR)\qgn_menu_helloworldbasic.svg
00040                 
00041 FREEZE : do_nothing
00042 
00043 SAVESPACE : do_nothing
00044 
00045 RELEASABLES :
00046         @echo $(ICONTARGETFILENAME)
00047 
00048 FINAL : do_nothing
00049 

Generated by  doxygen 1.6.2