shithub: libvpx

Download patch

ref: 6859d0f0d0175f5bad38e12da5b3eabed11f8d67
parent: 092f32cf784b3972296219aaa0f0e4ae8c69eb92
author: James Zern <jzern@google.com>
date: Sun Feb 23 11:08:00 EST 2014

fix vs9 build after obj_int_extract changes

broken since:
1d3ca08 obj_int_extract.bat: Pass obj_int_extract.exe path to obj_int_extract.bat.

Change-Id: Ic3de9f8c2b604e3aa9b905e1bc0b578963e01a4a

--- a/build/make/gen_msvs_proj.sh
+++ b/build/make/gen_msvs_proj.sh
@@ -371,7 +371,7 @@
                     vpx)
                         tag Tool \
                             Name="VCPreBuildEventTool" \
-                            CommandLine="call obj_int_extract.bat $src_path_bare" \
+                            CommandLine="call obj_int_extract.bat $src_path_bare $plat_no_ws\\\$(ConfigurationName)" \
 
                         tag Tool \
                             Name="VCCLCompilerTool" \
@@ -412,7 +412,6 @@
                             obj_int_extract)
                                 tag Tool \
                                     Name="VCLinkerTool" \
-                                    OutputFile="${name}.exe" \
                                     GenerateDebugInformation="true" \
                             ;;
                             *)
@@ -479,7 +478,7 @@
                     vpx)
                         tag Tool \
                             Name="VCPreBuildEventTool" \
-                            CommandLine="call obj_int_extract.bat $src_path_bare" \
+                            CommandLine="call obj_int_extract.bat $src_path_bare $plat_no_ws\\\$(ConfigurationName)" \
 
                         tag Tool \
                             Name="VCCLCompilerTool" \
@@ -522,7 +521,6 @@
                             obj_int_extract)
                                 tag Tool \
                                     Name="VCLinkerTool" \
-                                    OutputFile="${name}.exe" \
                                     GenerateDebugInformation="true" \
                             ;;
                             *)