author | Sebastian Brannstrom <sebastianb@symbian.org> |
Mon, 22 Nov 2010 15:41:41 +0000 | |
branch | 3rded |
changeset 390 | d7abecc9d189 |
parent 63 | aefdc579987d |
permissions | -rw-r--r-- |
2 | 1 |
ifeq (WINS,$(findstring WINS, $(PLATFORM))) |
2 |
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z |
|
3 |
else |
|
4 |
ZDIR=$(EPOCROOT)epoc32\data\z |
|
5 |
endif |
|
6 |
||
7 |
TARGETDIR=$(ZDIR)\resource\apps |
|
8 |
ICONTARGETFILENAME=$(TARGETDIR)\Podcast.mif |
|
9 |
HEADERFILE=$(EPOCROOT)epoc32\include\Podcast.mbg |
|
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
10 |
DPATH=..\data\icons |
2 | 11 |
|
12 |
do_nothing : |
|
13 |
@rem do_nothing |
|
14 |
||
15 |
MAKMAKE : do_nothing |
|
16 |
||
17 |
BLD : do_nothing |
|
18 |
||
19 |
CLEAN : do_nothing |
|
20 |
||
21 |
LIB : do_nothing |
|
22 |
||
23 |
CLEANLIB : do_nothing |
|
24 |
||
25 |
RESOURCE : |
|
26 |
mifconv $(ICONTARGETFILENAME) /h$(HEADERFILE) /c16,1\ |
|
390
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
27 |
$(DPATH)\appicon.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
28 |
$(DPATH)\shows\audio.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
29 |
$(DPATH)\shows\audio_dl.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
30 |
$(DPATH)\shows\audio_dl_active.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
31 |
$(DPATH)\shows\audio_dl_active_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
32 |
$(DPATH)\shows\audio_dl_failed.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
33 |
$(DPATH)\shows\audio_dl_failed_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
34 |
$(DPATH)\shows\audio_dl_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
35 |
$(DPATH)\shows\audio_dl_queued.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
36 |
$(DPATH)\shows\audio_dl_queued_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
37 |
$(DPATH)\shows\audio_dl_suspended.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
38 |
$(DPATH)\shows\audio_dl_suspended_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
39 |
$(DPATH)\shows\audio_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
40 |
$(DPATH)\shows\video.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
41 |
$(DPATH)\shows\video_dl.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
42 |
$(DPATH)\shows\video_dl_active.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
43 |
$(DPATH)\shows\video_dl_active_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
44 |
$(DPATH)\shows\video_dl_failed.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
45 |
$(DPATH)\shows\video_dl_failed_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
46 |
$(DPATH)\shows\video_dl_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
47 |
$(DPATH)\shows\video_dl_queued.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
48 |
$(DPATH)\shows\video_dl_queued_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
49 |
$(DPATH)\shows\video_dl_suspended.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
50 |
$(DPATH)\shows\video_dl_suspended_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
51 |
$(DPATH)\shows\video_new.svg\ |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
52 |
$(DPATH)\shows\feed.svg |
d7abecc9d189
Catch up with 5th ed; New SIS version 1.10 (1)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
63
diff
changeset
|
53 |
|
2 | 54 |
FREEZE : do_nothing |
55 |
||
56 |
SAVESPACE : do_nothing |
|
57 |
||
58 |
RELEASABLES : |
|
59 |
@echo $(ICONTARGETFILENAME) |
|
60 |
||
61 |
FINAL : do_nothing |
|
62 |