[Scummvm-cvs-logs] SF.net SVN: scummvm:[49879] buildbot/config/master.cfg

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Tue Jun 15 19:52:59 CEST 2010


Revision: 49879
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49879&view=rev
Author:   djwillis
Date:     2010-06-15 17:52:59 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
BuildBot: Use the 'gp2xwiz-bundle' target for the GP2XWiz.

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2010-06-15 17:50:14 UTC (rev 49878)
+++ buildbot/config/master.cfg	2010-06-15 17:52:59 UTC (rev 49879)
@@ -332,15 +332,16 @@
 p = {
 	"configureargs": [
 		"--host=gp2xwiz",
-		"--enable-vkeybd"
+		"--enable-vkeybd",
+		"--enable-plugins",
+		"--default-dynamic"
 	],
 	"env": scumm_env_gp2xwiz,
-	"strip": "%s/bin/arm-open2x-linux-strip scummvm.wiz" % scumm_root_gp2xwiz,
-	"package": [ "scummvm.wiz" ]
+	"disttarget": "gp2xwiz-bundle",
+	"package": [ "release/scummvm-gp2xwiz.tar.bz2" ]	
 }
 
 scumm_platforms_trunk["gp2xwiz"] = p
-scumm_platforms_branch["gp2xwiz"] = p
 
 # DC
 scumm_root_dc= "/opt/toolchains/dc"


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