application/group/icons.mk
author Sebastian Brannstrom <sebastianb@symbian.org>
Mon, 22 Nov 2010 15:41:41 +0000
branch3rded
changeset 390 d7abecc9d189
parent 63 aefdc579987d
permissions -rw-r--r--
Catch up with 5th ed; New SIS version 1.10 (1)

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\icons

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)\appicon.svg\
		$(DPATH)\shows\audio.svg\
		$(DPATH)\shows\audio_dl.svg\
		$(DPATH)\shows\audio_dl_active.svg\
		$(DPATH)\shows\audio_dl_active_new.svg\
		$(DPATH)\shows\audio_dl_failed.svg\
		$(DPATH)\shows\audio_dl_failed_new.svg\
		$(DPATH)\shows\audio_dl_new.svg\
		$(DPATH)\shows\audio_dl_queued.svg\
		$(DPATH)\shows\audio_dl_queued_new.svg\
		$(DPATH)\shows\audio_dl_suspended.svg\
		$(DPATH)\shows\audio_dl_suspended_new.svg\
		$(DPATH)\shows\audio_new.svg\
		$(DPATH)\shows\video.svg\
		$(DPATH)\shows\video_dl.svg\
		$(DPATH)\shows\video_dl_active.svg\
		$(DPATH)\shows\video_dl_active_new.svg\
		$(DPATH)\shows\video_dl_failed.svg\
		$(DPATH)\shows\video_dl_failed_new.svg\
		$(DPATH)\shows\video_dl_new.svg\
		$(DPATH)\shows\video_dl_queued.svg\
		$(DPATH)\shows\video_dl_queued_new.svg\
		$(DPATH)\shows\video_dl_suspended.svg\
		$(DPATH)\shows\video_dl_suspended_new.svg\
		$(DPATH)\shows\video_new.svg\
		$(DPATH)\shows\feed.svg
		
FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo $(ICONTARGETFILENAME)

FINAL : do_nothing