[Scummvm-cvs-logs] SF.net SVN: scummvm: [27028] scummvm/trunk/backends/platform/symbian/S60v3/ icons.mk

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Thu May 31 20:29:39 CEST 2007


Revision: 27028
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27028&view=rev
Author:   anotherguest
Date:     2007-05-31 11:29:38 -0700 (Thu, 31 May 2007)

Log Message:
-----------
ADded makefile for SVG icon

Added Paths:
-----------
    scummvm/trunk/backends/platform/symbian/S60v3/icons.mk

Added: scummvm/trunk/backends/platform/symbian/S60v3/icons.mk
===================================================================
--- scummvm/trunk/backends/platform/symbian/S60v3/icons.mk	                        (rev 0)
+++ scummvm/trunk/backends/platform/symbian/S60v3/icons.mk	2007-05-31 18:29:38 UTC (rev 27028)
@@ -0,0 +1,34 @@
+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)\scummvm.mif
+
+do_nothing :
+	@rem do_nothing
+
+MAKMAKE : do_nothing
+
+BLD : do_nothing
+
+CLEAN : do_nothing
+
+LIB : do_nothing
+
+CLEANLIB : do_nothing
+
+RESOURCE :	
+	mifconv $(ICONTARGETFILENAME) \
+	/c32 ..\res\scummvm.svg
+
+FREEZE : do_nothing
+
+SAVESPACE : do_nothing
+
+RELEASABLES :
+	@echo $(ICONTARGETFILENAME)
+
+FINAL : do_nothing
\ No newline at end of file


Property changes on: scummvm/trunk/backends/platform/symbian/S60v3/icons.mk
___________________________________________________________________
Name: svn:mime-type
   + text/plain;svn:eol-style=native
Name: svn:eol-style
   + CRLF


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list