diff options
author | Chris Apers | 2007-09-01 19:40:35 +0000 |
---|---|---|
committer | Chris Apers | 2007-09-01 19:40:35 +0000 |
commit | 19078098ebf932f16ec96e136b8dde9cb0572b1b (patch) | |
tree | 652b2d2eb053a25263678e9bc01bd4aa96f1acd8 | |
parent | 9b1cf99cbe6453561e06e5008ba240356cb7a5df (diff) | |
download | scummvm-rg350-19078098ebf932f16ec96e136b8dde9cb0572b1b.tar.gz scummvm-rg350-19078098ebf932f16ec96e136b8dde9cb0572b1b.tar.bz2 scummvm-rg350-19078098ebf932f16ec96e136b8dde9cb0572b1b.zip |
CW doesn't support ASM source file, this bat is required to execute an external compiler and add object code to CW project
svn-id: r28806
-rwxr-xr-x | backends/platform/PalmOS/arm.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/arm.bat b/backends/platform/PalmOS/arm.bat new file mode 100755 index 0000000000..539e4767c0 --- /dev/null +++ b/backends/platform/PalmOS/arm.bat @@ -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 |