application/group/icons.mk
author Sebastian Brannstrom <sebastianb@symbian.org>
Sat, 13 Nov 2010 22:05:25 +0000
branchnewlist
changeset 347 b8d687bb7ca1
parent 268 4f37d00ca76e
child 350 9c4fd008e20f
permissions -rw-r--r--
Experimenting with adding a new view to list all new shows

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
TPATH=..\data\images\toolbars

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\
		$(TPATH)\add_pod.svg\
		$(TPATH)\delete.svg\
		$(TPATH)\dwn_pause.svg\
		$(TPATH)\dwn_start.svg\
		$(TPATH)\reload.svg\
		$(TPATH)\reload_all.svg\
		$(TPATH)\settings.svg\
		$(TPATH)\cancel.svg\
		$(TPATH)\remove.svg\
		$(TPATH)\remove_all.svg\
		$(TPATH)\download.svg\
		$(TPATH)\markold.svg\
		$(TPATH)\marknew.svg\
		$(DPATH)\tab_feeds.svg\
		$(DPATH)\tab_queue.svg\
		$(DPATH)\tab_queue1.svg\
		$(DPATH)\tab_queue2.svg\
		$(DPATH)\tab_queue3.svg\
		$(DPATH)\tab_new.svg\
		
FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo $(ICONTARGETFILENAME)

FINAL : do_nothing