diff -r edfc90759b9f -r 18b321db4884 imageeditor/plugins/DrawPlugin/group/icons_doodle.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/imageeditor/plugins/DrawPlugin/group/icons_doodle.mk Thu Jun 03 18:57:10 2010 +0800 @@ -0,0 +1,39 @@ +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\pensize.svg\ + /c32,8 ..\data\palette.svg\ + /c32,8 ..\data\undo.svg\ + /c32,8 ..\data\save.svg\ + /c32,8 ..\data\menu.svg +FREEZE : do_nothing + +SAVESPACE : do_nothing + +RELEASABLES : + @echo $(HEADERFILENAME) && \ + @echo $(ICONTARGETFILENAME) +FINAL : do_nothing \ No newline at end of file