application/group/icons.mk
author Lars Persson <lars.persson@embeddev.se>
Wed, 31 Mar 2010 18:09:02 +0200
changeset 64 b52f6033af15
parent 2 29cda98b007e
child 87 31d05afa1a52
permissions -rw-r--r--
Add so image conversion is done in feedinfo if image already exist. Check in feedengine if image exist from previous database(files might exist, even though the db is corrupt.
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
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    11
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
do_nothing :
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
	@rem do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    15
MAKMAKE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    16
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    17
BLD : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    18
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    19
CLEAN : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    20
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    21
LIB : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    22
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    23
CLEANLIB : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    24
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    25
RESOURCE :	
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    26
		mifconv $(ICONTARGETFILENAME) /h$(HEADERFILE) /c16,1\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    27
		$(DPATH)\podcatcher_64px.svg\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    28
		$(DPATH)\new\Audio.svg\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    29
		$(DPATH)\new\Audio_new.svg\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    30
		$(DPATH)\new\Audio_queued.svg\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    31
		$(DPATH)\new\Audio_downloading.svg\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    32
		$(DPATH)\new\Audio_downloaded.svg\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    33
		$(DPATH)\new\Audio_downloaded_new.svg\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    34
		$(DPATH)\new\Audio_failed.svg\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    35
		$(DPATH)\new\Audio_suspended.svg\
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    36
		$(DPATH)\new\Feed.svg
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    37
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    38
FREEZE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    39
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    40
SAVESPACE : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    41
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    42
RELEASABLES :
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    43
	@echo $(ICONTARGETFILENAME)
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    44
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    45
FINAL : do_nothing
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    46