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

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Thu Jun 18 20:49:04 CEST 2009


Revision: 41640
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41640&view=rev
Author:   dhewg
Date:     2009-06-18 18:49:04 +0000 (Thu, 18 Jun 2009)

Log Message:
-----------
dont strip binaries for linux, windows and OSX.

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

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2009-06-18 18:40:38 UTC (rev 41639)
+++ buildbot/config/master.cfg	2009-06-18 18:49:04 UTC (rev 41640)
@@ -67,7 +67,6 @@
 p = {
 	"configureargs": [ ],
 	"env": scumm_env_lenny,
-	"strip": "strip scummvm",
 	"package": [ "scummvm" ]
 }
 
@@ -91,7 +90,6 @@
 		"--with-fluidsynth-prefix=%s/usr" % scumm_root_lenny_x86_64
 	],
 	"env": scumm_env_lenny_x86_64,
-	"strip": "strip scummvm",
 	"package": [ "scummvm" ]
 }
 
@@ -113,7 +111,6 @@
 		"--with-zlib-prefix=%s" % scumm_root_mingw_w32
 	],
 	"env": scumm_env_mingw_w32,
-	"strip": "i586-mingw32msvc-strip scummvm.exe",
 	"package": [
 		"scummvm.exe",
 		"%s/bin/SDL.dll" % scumm_root_mingw_w32
@@ -139,7 +136,6 @@
 		"--with-zlib-prefix=%s" % scumm_root_mingw_w64
 	],
 	"env": scumm_env_mingw_w64,
-	"strip": "%s/bin/x86_64-pc-mingw32-strip scummvm.exe" % scumm_root_mingw_w64,
 	"package": [
 		"scummvm.exe",
 		"%s/bin/SDL.dll" % scumm_root_mingw_w64,
@@ -188,7 +184,6 @@
 	],
 	"env": scumm_env_osx_intel,
 	"disttarget": "bundle",
-	"strip": "%s/bin/i686-apple-darwin9-strip scummvm" % scumm_root_osx_intel,
 	"package": [ "ScummVM.app" ]
 }
 
@@ -216,7 +211,6 @@
 	],
 	"env": scumm_env_osx_ppc,
 	"disttarget": "bundle",
-	"strip": "%s/bin/ppc-apple-darwin8-strip scummvm" % scumm_root_osx_ppc,
 	"package": [ "ScummVM.app" ]
 }
 


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