application/group/icons.mk
author Sebastian Brannstrom <sebastianb@symbian.org>
Thu, 21 Oct 2010 15:51:40 +0100
branchsymbian1
changeset 261 55305e953f12
parent 63 aefdc579987d
child 268 4f37d00ca76e
permissions -rw-r--r--
Bug 3367 - new icons!
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
261
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    11
TPATH=..\data\images\toolbars
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
do_nothing :
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
	@rem do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    15
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    16
MAKMAKE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    17
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    18
BLD : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    19
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    20
CLEAN : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    21
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    22
LIB : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    23
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    24
CLEANLIB : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    25
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    26
RESOURCE :	
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    27
		mifconv $(ICONTARGETFILENAME) /h$(HEADERFILE) /c16,1\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    28
		$(DPATH)\podcatcher_64px.svg\
63
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    29
		$(DPATH)\Audio.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    30
		$(DPATH)\Audio_new.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    31
		$(DPATH)\Audio_queued.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    32
		$(DPATH)\Audio_downloading.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    33
		$(DPATH)\Audio_downloaded.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    34
		$(DPATH)\Audio_downloaded_new.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    35
		$(DPATH)\Audio_failed.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    36
		$(DPATH)\Audio_suspended.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    37
		$(DPATH)\Video.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    38
		$(DPATH)\Video_new.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    39
		$(DPATH)\Video_queued.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    40
		$(DPATH)\Video_downloading.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    41
		$(DPATH)\Video_downloaded.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    42
		$(DPATH)\Video_downloaded_new.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    43
		$(DPATH)\Video_failed.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 60
diff changeset
    44
		$(DPATH)\Video_suspended.svg\
261
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    45
		$(DPATH)\Feed.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    46
		$(TPATH)\add_pod.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    47
		$(TPATH)\delete.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    48
		$(TPATH)\dwn_pause.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    49
		$(TPATH)\dwn_start.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    50
		$(TPATH)\reload.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    51
		$(TPATH)\reload_all.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    52
		$(TPATH)\settings.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    53
		$(TPATH)\cancel.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    54
		$(TPATH)\remove.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    55
		$(TPATH)\remove_all.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    56
		$(TPATH)\download.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    57
		$(TPATH)\markold.svg\
55305e953f12 Bug 3367 - new icons!
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 63
diff changeset
    58
		$(TPATH)\marknew.svg\
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    59
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    60
FREEZE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    61
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    62
SAVESPACE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    63
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    64
RELEASABLES :
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    65
	@echo $(ICONTARGETFILENAME)
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    66
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    67
FINAL : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    68