2010-05-18 17:58:33 +02:00
|
|
|
@echo off
|
2010-09-09 14:16:39 +02:00
|
|
|
REM Copyright (c) 2010 The WebM project authors. All Rights Reserved.
|
2010-06-18 18:39:21 +02:00
|
|
|
REM
|
|
|
|
REM Use of this source code is governed by a BSD-style license
|
2010-06-04 22:19:40 +02:00
|
|
|
REM that can be found in the LICENSE file in the root of the source
|
|
|
|
REM tree. An additional intellectual property rights grant can be found
|
2010-06-18 18:39:21 +02:00
|
|
|
REM in the file PATENTS. All contributing project authors may
|
|
|
|
REM be found in the AUTHORS file in the root of the source tree.
|
2010-05-18 17:58:33 +02:00
|
|
|
echo on
|
|
|
|
|
|
|
|
|
2010-05-20 20:44:18 +02:00
|
|
|
cl /I ".\\" /I "..\vp6_decoder_sdk" /I "..\vp6_decoder_sdk\vpx_ports" /D "NDEBUG" /D "_WIN32_WCE=0x420" /D "UNDER_CE" /D "WIN32_PLATFORM_PSPC" /D "WINCE" /D "_LIB" /D "ARM" /D "_ARM_" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MT /GS- /fp:fast /GR- /Fo"Pocket_PC_2003__ARMV4_\%1/" /Fd"Pocket_PC_2003__ARMV4_\%1/vc80.pdb" /W3 /nologo /c /TC ..\vp6_decoder_sdk\vp6_decoder\algo\common\arm\dec_asm_offsets_arm.c
|
2010-05-18 17:58:33 +02:00
|
|
|
obj_int_extract.exe rvds "Pocket_PC_2003__ARMV4_\%1/dec_asm_offsets_arm.obj"
|