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
diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh index 7df0334..5936370 100755 --- 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" \ ;; *)