summaryrefslogtreecommitdiff
path: root/src/symbian/icons_scalable_dc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbian/icons_scalable_dc.mk')
-rw-r--r--src/symbian/icons_scalable_dc.mk37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/symbian/icons_scalable_dc.mk b/src/symbian/icons_scalable_dc.mk
new file mode 100644
index 0000000..99ac591
--- /dev/null
+++ b/src/symbian/icons_scalable_dc.mk
@@ -0,0 +1,37 @@
+ifeq (WINS,$(findstring WINS, $(PLATFORM)))
+ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
+else
+ZDIR=$(EPOCROOT)epoc32\data\z
+endif
+
+TARGETDIR=$(ZDIR)\resource\apps
+ICONTARGETFILENAME=$(TARGETDIR)\uqm_icon.mif
+
+ICONDIR=
+
+do_nothing :
+ @rem do_nothing
+
+MAKMAKE : do_nothing
+
+BLD : do_nothing
+
+CLEAN : do_nothing
+
+LIB : do_nothing
+
+CLEANLIB : do_nothing
+
+RESOURCE :
+ mifconv $(ICONTARGETFILENAME) \
+ /c32 uqm.svg
+
+FREEZE : do_nothing
+
+SAVESPACE : do_nothing
+
+RELEASABLES :
+ @echo $(ICONTARGETFILENAME)
+
+FINAL : do_nothing
+