application/group/icons.mk
author teknolog
Tue, 27 Apr 2010 22:22:02 +0100
changeset 61 02a754fad678
parent 60 4d230e702aa3
child 63 aefdc579987d
permissions -rw-r--r--
Created component bld.inf files requested by williamr

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)\new\Audio.svg\
		$(DPATH)\new\Audio_new.svg\
		$(DPATH)\new\Audio_queued.svg\
		$(DPATH)\new\Audio_downloading.svg\
		$(DPATH)\new\Audio_downloaded.svg\
		$(DPATH)\new\Audio_downloaded_new.svg\
		$(DPATH)\new\Audio_failed.svg\
		$(DPATH)\new\Audio_suspended.svg\
		$(DPATH)\new\Video.svg\
		$(DPATH)\new\Video_new.svg\
		$(DPATH)\new\Video_queued.svg\
		$(DPATH)\new\Video_downloading.svg\
		$(DPATH)\new\Video_downloaded.svg\
		$(DPATH)\new\Video_downloaded_new.svg\
		$(DPATH)\new\Video_failed.svg\
		$(DPATH)\new\Video_suspended.svg\
		$(DPATH)\new\Feed.svg

FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo $(ICONTARGETFILENAME)

FINAL : do_nothing