[Scummvm-cvs-logs] SF.net SVN: scummvm: [30454] scummvm/branches/branch-0-11-0/backends/ platform/ds/buildall

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Sat Jan 12 19:01:57 CET 2008


Revision: 30454
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30454&view=rev
Author:   agent-q
Date:     2008-01-12 10:01:56 -0800 (Sat, 12 Jan 2008)

Log Message:
-----------
Adding script to build all binary versions in one go

Added Paths:
-----------
    scummvm/branches/branch-0-11-0/backends/platform/ds/buildall

Added: scummvm/branches/branch-0-11-0/backends/platform/ds/buildall
===================================================================
--- scummvm/branches/branch-0-11-0/backends/platform/ds/buildall	                        (rev 0)
+++ scummvm/branches/branch-0-11-0/backends/platform/ds/buildall	2008-01-12 18:01:56 UTC (rev 30454)
@@ -0,0 +1,30 @@
+export SCUMM_BUILD=a
+make clean
+make
+
+export SCUMM_BUILD=b
+make clean
+make
+
+export SCUMM_BUILD=c
+make clean
+make
+
+export SCUMM_BUILD=d
+make clean
+make
+
+export SCUMM_BUILD=e
+make clean
+make
+
+export SCUMM_BUILD=f
+make clean
+make
+
+export SCUMM_BUILD=g
+make clean
+make
+
+export SCUMM_BUILD=
+


Property changes on: scummvm/branches/branch-0-11-0/backends/platform/ds/buildall
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + text/plain
Name: 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