examples/ForumNokia/ImageConverter/group/Icons.mk

00001 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
00002 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
00003 else
00004 ZDIR=$(EPOCROOT)epoc32\data\z
00005 endif
00006 
00007 TARGETDIR=$(ZDIR)\resource\apps
00008 ICONTARGETFILENAME=$(TARGETDIR)\ImageConverter.mif
00009 
00010 ICONDIR=..\gfx
00011 
00012 do_nothing :
00013         @rem do_nothing
00014 
00015 MAKMAKE : do_nothing
00016 
00017 BLD : do_nothing
00018 
00019 CLEAN : do_nothing
00020 
00021 LIB : do_nothing
00022 
00023 CLEANLIB : do_nothing
00024 
00025 RESOURCE :      
00026         mifconv $(ICONTARGETFILENAME) \
00027         /c32 $(ICONDIR)\imageconverter.svg
00028                 
00029 FREEZE : do_nothing
00030 
00031 SAVESPACE : do_nothing
00032 
00033 RELEASABLES :
00034         @echo $(ICONTARGETFILENAME)
00035 
00036 FINAL : do_nothing
00037 

Generated by  doxygen 1.6.2