summaryrefslogtreecommitdiff
path: root/build/arm-wince-vs8/obj_int_extract.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/arm-wince-vs8/obj_int_extract.bat')
-rw-r--r--build/arm-wince-vs8/obj_int_extract.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/arm-wince-vs8/obj_int_extract.bat b/build/arm-wince-vs8/obj_int_extract.bat
new file mode 100644
index 000000000..e58bdd60a
--- /dev/null
+++ b/build/arm-wince-vs8/obj_int_extract.bat
@@ -0,0 +1,12 @@
+@echo off
+REM Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+REM
+REM Use of this source code is governed by a BSD-style license and patent
+REM grant that can be found in the LICENSE file in the root of the source
+REM tree. All contributing project authors may be found in the AUTHORS
+REM file in the root of the source tree.
+echo on
+
+
+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" /D "HAVE_CONFIG_H" /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
+obj_int_extract.exe rvds "Pocket_PC_2003__ARMV4_\%1/dec_asm_offsets_arm.obj"