[Scummvm-cvs-logs] SF.net SVN: scummvm:[52744] scummvm/trunk/backends/platform/dingux

hkz at users.sourceforge.net hkz at users.sourceforge.net
Thu Sep 16 11:32:10 CEST 2010


Revision: 52744
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52744&view=rev
Author:   hkz
Date:     2010-09-16 09:32:10 +0000 (Thu, 16 Sep 2010)

Log Message:
-----------
DINGUX: add exec wrapper for scummvm.elf

Add a wrapper to set HOME var when running scummvm on dingux.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/dingux/dingux.mk

Added Paths:
-----------
    scummvm/trunk/backends/platform/dingux/scummvm.gpe

Modified: scummvm/trunk/backends/platform/dingux/dingux.mk
===================================================================
--- scummvm/trunk/backends/platform/dingux/dingux.mk	2010-09-16 08:53:34 UTC (rev 52743)
+++ scummvm/trunk/backends/platform/dingux/dingux.mk	2010-09-16 09:32:10 UTC (rev 52744)
@@ -26,4 +26,4 @@
 		$(STRIP) $(bundle_name)/plugins/*
 endif
 	$(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip $(bundle_name)/
-
+	$(CP) $(srcdir)/backends/platform/dingux/scummvm.gpe $(bundle_name)/

Added: scummvm/trunk/backends/platform/dingux/scummvm.gpe
===================================================================
--- scummvm/trunk/backends/platform/dingux/scummvm.gpe	                        (rev 0)
+++ scummvm/trunk/backends/platform/dingux/scummvm.gpe	2010-09-16 09:32:10 UTC (rev 52744)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+HOME=`pwd`
+$HOME/scummvm.elf
+


Property changes on: scummvm/trunk/backends/platform/dingux/scummvm.gpe
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native


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