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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     1
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     2
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     3
else
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     4
ZDIR=$(EPOCROOT)epoc32\data\z
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     5
endif
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     6
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     7
TARGETDIR=$(ZDIR)\resource\apps
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     8
ICONTARGETFILENAME=$(TARGETDIR)\Podcast.mif
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     9
HEADERFILE=$(EPOCROOT)epoc32\include\Podcast.mbg
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    10
DPATH=..\data\images
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    11
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
do_nothing :
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
	@rem do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    15
MAKMAKE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    16
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    17
BLD : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    18
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    19
CLEAN : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    20
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    21
LIB : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    22
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    23
CLEANLIB : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    24
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    25
RESOURCE :	
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    26
		mifconv $(ICONTARGETFILENAME) /h$(HEADERFILE) /c16,1\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    27
		$(DPATH)\podcatcher_64px.svg\
63
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    28
		$(DPATH)\Audio.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    29
		$(DPATH)\Audio_new.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    30
		$(DPATH)\Audio_queued.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    31
		$(DPATH)\Audio_downloading.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    32
		$(DPATH)\Audio_downloaded.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    33
		$(DPATH)\Audio_downloaded_new.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    34
		$(DPATH)\Audio_failed.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    35
		$(DPATH)\Audio_suspended.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    36
		$(DPATH)\Video.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    37
		$(DPATH)\Video_new.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    38
		$(DPATH)\Video_queued.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    39
		$(DPATH)\Video_downloading.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    40
		$(DPATH)\Video_downloaded.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    41
		$(DPATH)\Video_downloaded_new.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    42
		$(DPATH)\Video_failed.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    43
		$(DPATH)\Video_suspended.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    44
		$(DPATH)\Feed.svg
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    45
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    46
FREEZE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    47
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    48
SAVESPACE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    49
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    50
RELEASABLES :
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    51
	@echo $(ICONTARGETFILENAME)
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    52
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    53
FINAL : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    54