|
1 # |
|
2 # Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: Make file for ui mtm icons |
|
15 # |
|
16 |
|
17 ifeq (WINS,$(findstring WINS, $(PLATFORM))) |
|
18 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z |
|
19 else |
|
20 ZDIR=$(EPOCROOT)epoc32\data\z |
|
21 endif |
|
22 |
|
23 # ---------------------------------------------------------------------------- |
|
24 # Configure these |
|
25 # ---------------------------------------------------------------------------- |
|
26 #</cmail> |
|
27 TARGETDIR=$(ZDIR)\resource\apps |
|
28 ICONTARGETFILENAME=$(TARGETDIR)\fsuidatamtm.mif |
|
29 #</cmail> |
|
30 |
|
31 HEADERDIR=$(EPOCROOT)EPOC32\INCLUDE |
|
32 HEADERFILENAME=$(HEADERDIR)\fsuidatamtm.mbg |
|
33 # <cmail> |
|
34 SOURCEDIR=$(EPOCROOT)epoc32/s60/icons |
|
35 # </cmail> |
|
36 |
|
37 do_nothing : |
|
38 @rem do_nothing |
|
39 |
|
40 MAKMAKE : do_nothing |
|
41 |
|
42 BLD : do_nothing |
|
43 |
|
44 CLEAN : do_nothing |
|
45 |
|
46 LIB : do_nothing |
|
47 |
|
48 CLEANLIB : do_nothing |
|
49 |
|
50 # ---------------------------------------------------------------------------- |
|
51 # Configure these. |
|
52 # |
|
53 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by |
|
54 # MifConv if the mask detph is defined. |
|
55 # |
|
56 # NOTE 2: Usually, source paths should not be included in the bitmap |
|
57 # definitions. MifConv searches for the icons in all icon directories in a |
|
58 # predefined order, which is currently \s60\icons, \s60\bitmaps2. |
|
59 # The directory \s60\icons is included in the search only if the feature flag |
|
60 # __SCALABLE_ICONS is defined. |
|
61 # ---------------------------------------------------------------------------- |
|
62 |
|
63 # <cmail> |
|
64 RESOURCE : |
|
65 mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \ |
|
66 /c32 $(SOURCEDIR)/qgn_prop_cmail_inbox_small.svg |
|
67 # </cmail> |
|
68 |
|
69 FREEZE : do_nothing |
|
70 |
|
71 SAVESPACE : do_nothing |
|
72 |
|
73 RELEASABLES : |
|
74 @echo $(ICONTARGETFILENAME) |
|
75 |
|
76 |
|
77 FINAL : do_nothing |