examples/ForumNokia/ThreadAndActiveObjectsEx/group/icons_aif.mk

00001 # Copyright (c) 2005, Nokia. All rights reserved #
00002 
00003 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
00004 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
00005 else
00006 ZDIR=$(EPOCROOT)epoc32\data\z
00007 endif
00008 
00009 TARGETDIR=$(ZDIR)\RESOURCE\APPS
00010 ICONTARGETFILENAME=$(TARGETDIR)\ThreadAO.mbm
00011 
00012 do_nothing :
00013         @rem do_nothing
00014 
00015 MAKMAKE : do_nothing
00016 
00017 BLD : do_nothing
00018 
00019 CLEAN : do_nothing
00020 
00021 LIB : do_nothing
00022 
00023 CLEANLIB : do_nothing
00024 
00025 RESOURCE :
00026         
00027         mifconv $(ICONTARGETFILENAME) /c12,1 ..\aif\list_icon.bmp /c12,1 ..\aif\context_pane_icon.bmp
00028 
00029 FREEZE : do_nothing
00030 
00031 SAVESPACE : do_nothing
00032 
00033 RELEASABLES :
00034         @echo $(ICONTARGETFILENAME)
00035 
00036 FINAL : do_nothing

Generated by  doxygen 1.6.2