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\
|
|
36 |
$(DPATH)\new\Feed.svg
|
|
37 |
|
|
38 |
FREEZE : do_nothing
|
|
39 |
|
|
40 |
SAVESPACE : do_nothing
|
|
41 |
|
|
42 |
RELEASABLES :
|
|
43 |
@echo $(ICONTARGETFILENAME)
|
|
44 |
|
|
45 |
FINAL : do_nothing
|
|
46 |
|