OLD | NEW |
1 @echo off | 1 @echo off |
2 REM Copyright (c) 2010 The VP8 project authors. All Rights Reserved. | 2 REM Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
3 REM | 3 REM |
4 REM Use of this source code is governed by a BSD-style license | 4 REM Use of this source code is governed by a BSD-style license |
5 REM that can be found in the LICENSE file in the root of the source | 5 REM that can be found in the LICENSE file in the root of the source |
6 REM tree. An additional intellectual property rights grant can be found | 6 REM tree. An additional intellectual property rights grant can be found |
7 REM in the file PATENTS. All contributing project authors may | 7 REM in the file PATENTS. All contributing project authors may |
8 REM be found in the AUTHORS file in the root of the source tree. | 8 REM be found in the AUTHORS file in the root of the source tree. |
9 echo on | 9 echo on |
10 | 10 |
11 | 11 |
12 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 "_L
IB" /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_ar
m.c | 12 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 "_L
IB" /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_ar
m.c |
13 obj_int_extract.exe rvds "Pocket_PC_2003__ARMV4_\%1/dec_asm_offsets_arm.obj" | 13 obj_int_extract.exe rvds "Pocket_PC_2003__ARMV4_\%1/dec_asm_offsets_arm.obj" |
OLD | NEW |