author | teknolog |
Sat, 24 Apr 2010 21:46:17 +0100 | |
changeset 87 | 31d05afa1a52 |
parent 2 | 29cda98b007e |
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\ |
|
28 |
$(DPATH)\new\Audio.svg\ |
|
29 |
$(DPATH)\new\Audio_new.svg\ |
|
30 |
$(DPATH)\new\Audio_queued.svg\ |
|
31 |
$(DPATH)\new\Audio_downloading.svg\ |
|
32 |
$(DPATH)\new\Audio_downloaded.svg\ |
|
33 |
$(DPATH)\new\Audio_downloaded_new.svg\ |
|
34 |
$(DPATH)\new\Audio_failed.svg\ |
|
35 |
$(DPATH)\new\Audio_suspended.svg\ |
|
87
31d05afa1a52
Added video podcast icons, but they don't work correctly yet.
teknolog
parents:
2
diff
changeset
|
36 |
$(DPATH)\new\Video.svg\ |
31d05afa1a52
Added video podcast icons, but they don't work correctly yet.
teknolog
parents:
2
diff
changeset
|
37 |
$(DPATH)\new\Video_new.svg\ |
31d05afa1a52
Added video podcast icons, but they don't work correctly yet.
teknolog
parents:
2
diff
changeset
|
38 |
$(DPATH)\new\Video_queued.svg\ |
31d05afa1a52
Added video podcast icons, but they don't work correctly yet.
teknolog
parents:
2
diff
changeset
|
39 |
$(DPATH)\new\Video_downloading.svg\ |
31d05afa1a52
Added video podcast icons, but they don't work correctly yet.
teknolog
parents:
2
diff
changeset
|
40 |
$(DPATH)\new\Video_downloaded.svg\ |
31d05afa1a52
Added video podcast icons, but they don't work correctly yet.
teknolog
parents:
2
diff
changeset
|
41 |
$(DPATH)\new\Video_downloaded_new.svg\ |
31d05afa1a52
Added video podcast icons, but they don't work correctly yet.
teknolog
parents:
2
diff
changeset
|
42 |
$(DPATH)\new\Video_failed.svg\ |
31d05afa1a52
Added video podcast icons, but they don't work correctly yet.
teknolog
parents:
2
diff
changeset
|
43 |
$(DPATH)\new\Video_suspended.svg\ |
2 | 44 |
$(DPATH)\new\Feed.svg |
45 |
||
46 |
FREEZE : do_nothing |
|
47 |
||
48 |
SAVESPACE : do_nothing |
|
49 |
||
50 |
RELEASABLES : |
|
51 |
@echo $(ICONTARGETFILENAME) |
|
52 |
||
53 |
FINAL : do_nothing |
|
54 |