application/group/icons.mk
author teknolog
Wed, 28 Apr 2010 00:04:02 +0100
changeset 63 aefdc579987d
parent 60 4d230e702aa3
child 261 55305e953f12
child 390 d7abecc9d189
permissions -rw-r--r--
Fixes to make Podcatcher compile in S^3 based on Brendan's branch

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

FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo $(ICONTARGETFILENAME)

FINAL : do_nothing