]> code.delx.au - comingnext/blob - ComingNext_SkinFetcher/group/Icons_aif_scalable_dc.mk
93b540cd6b3ac9395a10aff84977194a708cde49
[comingnext] / ComingNext_SkinFetcher / group / Icons_aif_scalable_dc.mk
1 # ============================================================================
2 # Name : Icons_aif_scalable_dc.mk
3 # Part of : ComingNext_SkinFetcher
4 #
5 # Description:
6 #
7 # ============================================================================
8
9
10 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
11 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
12 else
13 ZDIR=$(EPOCROOT)epoc32\data\z
14 endif
15
16
17 # ----------------------------------------------------------------------------
18 # TODO: Configure these
19 # ----------------------------------------------------------------------------
20
21 TARGETDIR=$(ZDIR)\resource\apps
22 ICONTARGETFILENAME=$(TARGETDIR)\ComingNext_SkinFetcher_aif.mif
23 HEADERDIR=$(EPOCROOT)epoc32\include
24 HEADERFILENAME=$(HEADERDIR)\ComingNext_SkinFetcher_aif.mbg
25
26 ICONDIR=..\gfx
27
28 do_nothing :
29 @rem do_nothing
30
31 MAKMAKE : do_nothing
32
33 BLD : do_nothing
34
35 CLEAN : do_nothing
36
37 LIB : do_nothing
38
39 CLEANLIB : do_nothing
40
41 # ----------------------------------------------------------------------------
42 # TODO: Configure these.
43 #
44 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
45 # MifConv if the mask detph is defined.
46 #
47 # NOTE 2: Usually, source paths should not be included in the bitmap
48 # definitions. MifConv searches for the icons in all icon directories in a
49 # predefined order, which is currently \s60\icons, \s60\bitmaps2.
50 # The directory \s60\icons is included in the search only if the feature flag
51 # __SCALABLE_ICONS is defined.
52 # ----------------------------------------------------------------------------
53 # NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
54 # and this command crashes, consider adding "/X" to the command line.
55 # See <http://forum.nokia.com/document/Forum_Nokia_Technical_Library_v1_35/contents/FNTL/Build_process_fails_at_mif_file_creation_in_S60_3rd_Ed_FP1_SDK.htm>
56 # ----------------------------------------------------------------------------
57
58 RESOURCE : $(ICONTARGETFILENAME)
59
60 $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_ComingNext_SkinFetcher.svg
61 mifconv $(ICONTARGETFILENAME) \
62 /H$(HEADERFILENAME) \
63 /c32,8 $(ICONDIR)\qgn_menu_ComingNext_SkinFetcher.svg
64
65 FREEZE : do_nothing
66
67 SAVESPACE : do_nothing
68
69 RELEASABLES :
70 @echo $(ICONTARGETFILENAME)
71
72 FINAL : do_nothing
73