📄 icons.mk
字号:
# ============================================================================
# Name : Icons.mk
# Part of : TextMTM example
#
# Description:
#
# ============================================================================
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
else
ZDIR=$(EPOCROOT)epoc32\data\z
endif
# ----------------------------------------------------------------------------
# TODO: Configure these
# ----------------------------------------------------------------------------
TARGETDIR=$(ZDIR)\RESOURCE\MESSAGING
ICONTARGETFILENAME=$(TARGETDIR)\TXTI.MIF
HEADERDIR=$(EPOCROOT)EPOC32\INCLUDE
HEADERFILENAME=$(HEADERDIR)\TXTI.MBG
do_nothing :
@rem do_nothing
MAKMAKE : do_nothing
BLD : do_nothing
CLEAN : do_nothing
LIB : do_nothing
CLEANLIB : do_nothing
# ----------------------------------------------------------------------------
# TODO: Configure these.
#
# NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
# MifConv if the mask detph is defined.
#
# NOTE 2: Usually, source paths should not be included in the bitmap
# definitions. MifConv searches for the icons in all icon directories in a
# predefined order, which is currently \s60\icons, \s60\bitmaps2.
# The directory \s60\icons is included in the search only if the feature flag
# __SCALABLE_ICONS is defined.
# ----------------------------------------------------------------------------
RESOURCE :
mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
/c32 ..\gfx\read.svg \
/c32 ..\gfx\unread.svg \
/c32 ..\gfx\mailbox.svg
FREEZE : do_nothing
SAVESPACE : do_nothing
RELEASABLES :
@echo $(ICONTARGETFILENAME)
FINAL : do_nothing
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -