idlehomescreen/examples/mcsexample/group/Icons_scalable_dc.mk
author jake
Mon, 02 Aug 2010 12:02:47 +0300
branchRCL_3
changeset 29 d12a7ea0f775
permissions -rw-r--r--
Example applications for various Homescreen APIs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     1
#
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     2
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     3
# All rights reserved.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     4
# This component and the accompanying materials are made available
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     5
# under the terms of "Eclipse Public License v1.0"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     6
# which accompanies this distribution, and is available
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     7
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     8
#
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     9
# Initial Contributors:
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    10
# Nokia Corporation - initial contribution.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    11
#
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    12
# Contributors:
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    13
#
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    14
# Description:
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    15
#
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    16
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    17
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    18
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    19
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    20
else
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    21
ZDIR=$(EPOCROOT)epoc32\data\z
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    22
endif
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    23
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    24
TARGETDIR=$(ZDIR)\resource\apps
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    25
ICONTARGETFILENAME=$(TARGETDIR)\MCSExample_0xEB753B18.mif
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    26
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    27
ICONDIR=..\gfx
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    28
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    29
do_nothing :
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    30
	@rem do_nothing
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    31
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    32
MAKMAKE : do_nothing
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    33
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    34
BLD : do_nothing
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    35
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    36
CLEAN :
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    37
	@echo ...Deleting $(ICONTARGETFILENAME)
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    38
	del /q /f $(ICONTARGETFILENAME)
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    39
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    40
LIB : do_nothing
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    41
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    42
CLEANLIB : do_nothing
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    43
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    44
# ----------------------------------------------------------------------------
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    45
# NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    46
# and this command crashes, consider adding "/X" to the command line.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    47
# 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>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    48
# ----------------------------------------------------------------------------
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    49
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    50
RESOURCE : $(ICONTARGETFILENAME)
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    51
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    52
$(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_MCSExample.svg
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    53
	mifconv $(ICONTARGETFILENAME) \
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    54
		/c32 $(ICONDIR)\qgn_menu_MCSExample.svg
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    55
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    56
FREEZE : do_nothing
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    57
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    58
SAVESPACE : do_nothing
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    59
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    60
RELEASABLES :
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    61
	@echo $(ICONTARGETFILENAME)
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    62
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    63
FINAL : do_nothing
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    64