examples/SDKExamples/ClientServerAsync/client/group/icons_aif_scalable.mk

00001 # ==============================================================================
00002 #  Name        : icons_scalable.mk
00003 #  Part of     : CSAsync
00004 #  Description : This is file for creating .mif file (scalable icon)
00005 #  Version     : 
00006 #
00007 #  Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies).
00008 #  All rights reserved.\n
00009 #  This component and the accompanying materials are made available
00010 #  under the terms of "Eclipse Public License v1.0"
00011 #  which accompanies this distribution, and is available
00012 #  at the URL "http://www.eclipse.org/legal/epl-v10.html".
00013 # ==============================================================================
00014 
00015 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
00016 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
00017 else
00018 ZDIR=$(EPOCROOT)epoc32\data\z
00019 endif
00020 
00021 TARGETDIR=$(ZDIR)\resource\apps
00022 ICONTARGETFILENAME=$(TARGETDIR)\csasync.mif
00023 
00024 ICONDIR=..\gfx
00025 
00026 do_nothing :
00027         @rem do_nothing
00028 
00029 MAKMAKE : do_nothing
00030 
00031 BLD : do_nothing
00032 
00033 CLEAN : do_nothing
00034 
00035 LIB : do_nothing
00036 
00037 CLEANLIB : do_nothing
00038 
00039 RESOURCE :      
00040         mifconv $(ICONTARGETFILENAME) \
00041                 /c32 $(ICONDIR)\qgn_menu_csasync.svg
00042                 
00043 FREEZE : do_nothing
00044 
00045 SAVESPACE : do_nothing
00046 
00047 RELEASABLES :
00048         @echo $(ICONTARGETFILENAME)
00049 
00050 FINAL : do_nothing
00051 

Generated by  doxygen 1.6.2