examples/ForumNokia/SMSExample/GUI/group/SmsExample_icons.mk

00001 #=====================================================================
00002 # Copyright © 2008 Nokia Corporation.
00003 #=====================================================================
00004 
00005 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
00006 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
00007 else
00008 ZDIR=$(EPOCROOT)epoc32\data\z
00009 endif
00010 # -------------------------------------------------------------------
00011 # 
00012 # -------------------------------------------------------------------
00013 
00014 #TARGETDIR=$(ZDIR)\private\10009AD7
00015 TARGETDIR=$(ZDIR)\RESOURCE\APPS
00016 ICONTARGETFILENAME=$(TARGETDIR)\SmsExample.mbm
00017 
00018 HEADERDIR=$(EPOCROOT)epoc32\include
00019 HEADERFILENAME=$(HEADERDIR)\SmsExample.mbg
00020 
00021 do_nothing : 
00022         @rem do_nothing
00023                 
00024 MAKMAKE : do_nothing
00025 
00026 BLD : do_nothing
00027                 
00028 CLEAN : do_nothing
00029 
00030 LIB : do_nothing
00031 
00032 CLEANLIB : do_nothing
00033 
00034 # -------------------------------------------------------------------
00035 # 
00036 #
00037 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included
00038 # automatically by MifConv if the mask depth is defined (,1).
00039 # -------------------------------------------------------------------
00040 
00041 RESOURCE :
00042         mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) /c16,1 ..\bitmaps\tick.bmp \
00043         /c16,1 ..\bitmaps\tock.bmp
00044 
00045 FREEZE : do_nothing
00046 
00047 SAVESPACE : do_nothing
00048 
00049 RELEASABLES : 
00050         @echo $(ICONTARGETFILENAME)
00051 
00052 FINAL : do_nothing

Generated by  doxygen 1.6.2