application/group/icons.mk
author Sebastian Brannstrom <sebastianb@symbian.org>
Sat, 23 Oct 2010 17:11:38 +0100
branch3rded
changeset 278 e6aa20533d01
parent 63 aefdc579987d
child 261 55305e953f12
child 390 d7abecc9d189
permissions -rw-r--r--
Merged fix for 3843

ifeq (WINS,$(findstring WINS, $(PLATFORM)))
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
else
ZDIR=$(EPOCROOT)epoc32\data\z
endif

TARGETDIR=$(ZDIR)\resource\apps
ICONTARGETFILENAME=$(TARGETDIR)\Podcast.mif
HEADERFILE=$(EPOCROOT)epoc32\include\Podcast.mbg
DPATH=..\data\images

do_nothing :
	@rem do_nothing

MAKMAKE : do_nothing

BLD : do_nothing

CLEAN : do_nothing

LIB : do_nothing

CLEANLIB : do_nothing

RESOURCE :	
		mifconv $(ICONTARGETFILENAME) /h$(HEADERFILE) /c16,1\
		$(DPATH)\podcatcher_64px.svg\
		$(DPATH)\Audio.svg\
		$(DPATH)\Audio_new.svg\
		$(DPATH)\Audio_queued.svg\
		$(DPATH)\Audio_downloading.svg\
		$(DPATH)\Audio_downloaded.svg\
		$(DPATH)\Audio_downloaded_new.svg\
		$(DPATH)\Audio_failed.svg\
		$(DPATH)\Audio_suspended.svg\
		$(DPATH)\Video.svg\
		$(DPATH)\Video_new.svg\
		$(DPATH)\Video_queued.svg\
		$(DPATH)\Video_downloading.svg\
		$(DPATH)\Video_downloaded.svg\
		$(DPATH)\Video_downloaded_new.svg\
		$(DPATH)\Video_failed.svg\
		$(DPATH)\Video_suspended.svg\
		$(DPATH)\Feed.svg

FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo $(ICONTARGETFILENAME)

FINAL : do_nothing