Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
7798aef5
Commit
7798aef5
authored
Nov 08, 2012
by
Yaowu Xu
Browse files
enable build on windows with msvc
Change-Id: I34057b87d9713dc819b8c69990dd1408b8c79342
parent
1d4fbeb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/x86-msvs/obj_int_extract.bat
View file @
7798aef5
...
...
@@ -10,6 +10,6 @@ echo on
cl
/I
"./"
/I
"
%
1"
/nologo /c
"
%
1/vp9/common/asm_com_offsets.c"
cl
/I
"./"
/I
"
%
1"
/nologo /c
"
%
1/vp9/decoder/asm_dec_offsets.c"
cl
/I
"./"
/I
"
%
1"
/nologo /c
"
%
1/vp9/encoder/asm_enc_offsets.c"
obj_int_extract
.exe
rvds
"asm_com_offsets.obj"
>
"asm_com_offsets.asm"
obj_int_extract
.exe
rvds
"asm_dec_offsets.obj"
>
"asm_dec_offsets.asm"
obj_int_extract
.exe
rvds
"asm_enc_offsets.obj"
>
"asm_enc_offsets.asm"
obj_int_extract
.exe
rvds
"asm_com_offsets.obj"
>
"
vp9_
asm_com_offsets.asm"
obj_int_extract
.exe
rvds
"asm_dec_offsets.obj"
>
"
vp9_
asm_dec_offsets.asm"
obj_int_extract
.exe
rvds
"asm_enc_offsets.obj"
>
"
vp9_
asm_enc_offsets.asm"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment