examples/ForumNokia/BluetoothPMPExample/group/icons_aif.mk

00001 #
00002 # ============================================================================
00003 #  Copyright 2009 Nokia Corporation
00004 # ============================================================================
00005 # remember, do not convert tabs to spaces
00006 #
00007 
00008 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
00009 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
00010 else
00011 ZDIR=$(EPOCROOT)epoc32\data\z
00012 endif
00013 
00014 SOURCEDIR=..\\gfx\\
00015 TARGETDIR=$(ZDIR)\RESOURCE\APPS
00016 ICONTARGETFILENAME=$(TARGETDIR)\BtPmpEx.mif
00017 
00018 do_nothing :
00019         @rem do_nothing
00020 
00021 MAKMAKE : do_nothing
00022 
00023 BLD : do_nothing
00024 
00025 CLEAN : do_nothing
00026 
00027 LIB : do_nothing
00028 
00029 CLEANLIB : do_nothing
00030 
00031 RESOURCE :
00032         mifconv $(ICONTARGETFILENAME) \
00033         /c32 $(SOURCEDIR)qgn_menu_BtPmpEx.svg
00034 
00035 FREEZE : do_nothing
00036 
00037 SAVESPACE : do_nothing
00038 
00039 RELEASABLES :
00040         @echo $(ICONTARGETFILENAME)
00041 
00042 FINAL : do_nothing

Generated by  doxygen 1.6.2