author | Sebastian Brannstrom <sebastianb@symbian.org> |
Thu, 22 Jul 2010 16:50:37 +0100 | |
branch | 3rded |
changeset 194 | 62a678609f15 |
parent 63 | aefdc579987d |
child 261 | 55305e953f12 |
child 390 | d7abecc9d189 |
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 |
|
10 |
DPATH=..\data\images |
|
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\ |
|
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 | 45 |
|
46 |
FREEZE : do_nothing |
|
47 |
||
48 |
SAVESPACE : do_nothing |
|
49 |
||
50 |
RELEASABLES : |
|
51 |
@echo $(ICONTARGETFILENAME) |
|
52 |
||
53 |
FINAL : do_nothing |
|
54 |