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