application/group/icons.mk
author teknolog
Thu, 29 Apr 2010 11:55:32 +0100
changeset 92 70749e2f572d
parent 87 31d05afa1a52
permissions -rw-r--r--
merge

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