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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jun 16 14:45:58 CEST 2011


Revision: 56118
          http://scummvm.svn.sourceforge.net/scummvm/?rev=56118&view=rev
Author:   fingolfin
Date:     2011-06-16 12:45:57 +0000 (Thu, 16 Jun 2011)

Log Message:
-----------
BUILDBOT: Strip Windows builds until better solution is implemented

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

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2011-06-10 07:17:14 UTC (rev 56117)
+++ buildbot/config/master.cfg	2011-06-16 12:45:57 UTC (rev 56118)
@@ -121,6 +121,7 @@
 		"--host=i586-mingw32msvc",
 	],
 	"env": scumm_env_mingw_w32,
+	"strip": "i586-mingw32msvc-strip scummvm.exe",
 	"package": [
 		"scummvm.exe",
 		"%s/bin/SDL.dll" % scumm_root_mingw_w32
@@ -143,6 +144,7 @@
 		"--host=x86_64-pc-mingw32",
 	],
 	"env": scumm_env_mingw_w64,
+	"strip": "x86_64-pc-mingw32-strip scummvm.exe",
 	"package": [
 		"scummvm.exe",
 		"%s/bin/SDL.dll" % scumm_root_mingw_w64,


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