1echo off
2set ASMFLAGS= -checkreglist -CPU ARM1136 -PreDefine "H264DEC_WINASM SETL {TRUE}"
3set ASM="D:\Program Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm\armasm"
4echo on
5
6%ASM% %ASMFLAGS% h264bsd_interpolate_chroma_ver.s
7%ASM% %ASMFLAGS% h264bsd_interpolate_chroma_hor.s
8%ASM% %ASMFLAGS% h264bsd_interpolate_hor_half.s
9%ASM% %ASMFLAGS% h264bsd_interpolate_hor_quarter.s
10%ASM% %ASMFLAGS% h264bsd_interpolate_hor_ver_quarter.s
11%ASM% %ASMFLAGS% h264bsd_interpolate_ver_half.s
12%ASM% %ASMFLAGS% h264bsd_interpolate_ver_quarter.s
13
14rem %ASM% %ASMFLAGS% h264bsd_interpolate_chroma_hor_ver.s
15rem %ASM% %ASMFLAGS% h264bsd_interpolate_mid_hor.s
16