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