examples/ForumNokia/S60_3rd_Edition_TextMTM_Example/modules/Viewer/group/textmtmview_icons.mk

00001 # ============================================================================
00002 #  Name     : textmtmview_icons.mk
00003 #  Part of  : TextMTM example
00004 #
00005 #  Description:
00006 # 
00007 # ============================================================================
00008 
00009 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
00010 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
00011 else
00012 ZDIR=$(EPOCROOT)epoc32\data\z
00013 endif
00014 
00015 # ----------------------------------------------------------------------------
00016 # TODO: Configure these
00017 # ----------------------------------------------------------------------------
00018 
00019 TARGETDIR=$(ZDIR)\RESOURCE\APPS
00020 ICONTARGETFILENAME=$(TARGETDIR)\TEXTMTMVIEW.MBM
00021 
00022 HEADERDIR=$(EPOCROOT)EPOC32\INCLUDE
00023 HEADERFILENAME=$(HEADERDIR)\TEXTMTMVIEW.MBG
00024 
00025 do_nothing :
00026         @rem do_nothing
00027 
00028 MAKMAKE : do_nothing
00029 
00030 BLD : do_nothing
00031 
00032 CLEAN : do_nothing
00033 
00034 LIB : do_nothing
00035 
00036 CLEANLIB : do_nothing
00037 
00038 # ----------------------------------------------------------------------------
00039 # TODO: Configure these.
00040 #
00041 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
00042 # MifConv if the mask detph is defined.
00043 #
00044 # NOTE 2: Usually, source paths should not be included in the bitmap
00045 # definitions. MifConv searches for the icons in all icon directories in a
00046 # predefined order, which is currently \s60\icons, \s60\bitmaps2.
00047 # The directory \s60\icons is included in the search only if the feature flag
00048 # __SCALABLE_ICONS is defined.
00049 # ----------------------------------------------------------------------------
00050 
00051 RESOURCE :
00052         mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
00053                  /c8 ..\gfx\context_pane_icon.bmp \
00054                  /c8 ..\gfx\context_pane_icon_mask.bmp \
00055                  /c8 ..\gfx\list_icon.bmp \
00056                  /c8 ..\gfx\list_icon_mask.bmp
00057 
00058 FREEZE : do_nothing
00059 
00060 SAVESPACE : do_nothing
00061 
00062 RELEASABLES :
00063         @echo $(HEADERFILENAME) && \
00064         @echo $(ICONTARGETFILENAME)
00065 
00066 
00067 FINAL : do_nothing

Generated by  doxygen 1.6.2