application/group/icons.mk
author Sebastian Brannstrom <sebastianb@symbian.org>
Sat, 23 Oct 2010 14:39:56 +0100
branchsymbian1
changeset 268 4f37d00ca76e
parent 261 55305e953f12
child 347 b8d687bb7ca1
permissions -rw-r--r--
Switched to icons in tabs

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\

FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo $(ICONTARGETFILENAME)

FINAL : do_nothing