[Scummvm-cvs-logs] SF.net SVN: scummvm: [28806] scummvm/trunk/backends/platform/PalmOS/arm.bat

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sat Sep 1 21:40:35 CEST 2007


Revision: 28806
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28806&view=rev
Author:   chrilith
Date:     2007-09-01 12:40:35 -0700 (Sat, 01 Sep 2007)

Log Message:
-----------
CW doesn't support ASM source file, this bat is required to execute an external compiler and add object code to CW project

Added Paths:
-----------
    scummvm/trunk/backends/platform/PalmOS/arm.bat

Added: scummvm/trunk/backends/platform/PalmOS/arm.bat
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/arm.bat	                        (rev 0)
+++ scummvm/trunk/backends/platform/PalmOS/arm.bat	2007-09-01 19:40:35 UTC (rev 28806)
@@ -0,0 +1,3 @@
+as.exe ../../../sound/rate_arm_asm.s -o Obj/rate_arm_asm.o
+as.exe ../../../engines/scumm/gfxARM.s -o Obj/gfxARM.o
+as.exe ../../../engines/scumm/smush/codec47ARM.s -o Obj/codec47ARM.o


Property changes on: scummvm/trunk/backends/platform/PalmOS/arm.bat
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Rev Author URL Id
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