obj_int_extract for Visual Studio
authorJohann <johannkoenig@google.com>
Wed, 2 Mar 2011 14:44:39 +0000 (09:44 -0500)
committerJohann <johannkoenig@google.com>
Thu, 10 Mar 2011 23:49:54 +0000 (18:49 -0500)
commit128d2c23b34dce3c24daeee5dc619f6cda93cc5c
treef11a11bfcc1fac4c12e39025a843ea46d777fe1c
parent6daacdb785f34efcf3c8600c65590199e79847d6
obj_int_extract for Visual Studio

Enable extraction of assembly offsets from compiled examples in MSVS.
This will allow us to remove some stub functions from x86 assembly since
we will be able to reliably determine structure offsets at compile time.

see ARM code for examples:
vp8/encoder/arm/armv5te/
vpx_scale/arm/neon/

Change-Id: I1852dc6b56ede0bf1dddb5552196222a7c6a902f
build/make/gen_msvs_proj.sh
build/make/obj_int_extract.c
build/x86-msvs/obj_int_extract.bat [new file with mode: 0644]
libs.mk
solution.mk