application/group/icons.mk
author teknolog
Sat, 13 Mar 2010 22:20:33 +0000
changeset 57 31e34b8e2878
parent 2 29cda98b007e
child 60 4d230e702aa3
permissions -rw-r--r--
Fix for regression in popup menu fix for queue view

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\Feed.svg

FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo $(ICONTARGETFILENAME)

FINAL : do_nothing