imageeditor/plugins/DrawPlugin/group/icons_doodle.mk
author qifeima <>
Mon, 21 Jun 2010 13:52:33 +0800
changeset 10 e7871f3699e6
parent 8 18b321db4884
permissions -rw-r--r--
*m:Change the icons of doodle functionality

ifeq (WINS,$(findstring WINS, $(PLATFORM)))
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
else
ZDIR=$(EPOCROOT)epoc32\data\z
endif

TARGETDIR=$(ZDIR)\RESOURCE\APPS
HEADERDIR=$(EPOCROOT)epoc32\include
ICONTARGETFILENAME=$(TARGETDIR)\Icons_doodle.mif
HEADERFILENAME=$(HEADERDIR)\Icons_doodle.mbg

do_nothing :
	@rem do_nothing

MAKMAKE : do_nothing

BLD : do_nothing

CLEAN : do_nothing

LIB : do_nothing

CLEANLIN : do_nothing

RESOURCE :
	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
	/c32,8  ..\data\palette_colored.svg\
	/c32,8  ..\data\undo.svg\
	/c32,8  ..\data\redo.svg\
	/c32,8  ..\data\exit.svg\
	/c32,8  ..\data\info.svg\
	/c32,8  ..\data\pen.svg\
	/c32,8  ..\data\save1.svg\
	/c32,8  ..\data\save2.svg
FREEZE : do_nothing

SAVESPACE : do_nothing

RELEASABLES :
	@echo $(HEADERFILENAME) && \
	@echo $(ICONTARGETFILENAME)
FINAL : do_nothing