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
This commit is contained in:
parent
092f32cf78
commit
6859d0f0d0
@ -371,7 +371,7 @@ generate_vcproj() {
|
||||
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 @@ generate_vcproj() {
|
||||
obj_int_extract)
|
||||
tag Tool \
|
||||
Name="VCLinkerTool" \
|
||||
OutputFile="${name}.exe" \
|
||||
GenerateDebugInformation="true" \
|
||||
;;
|
||||
*)
|
||||
@ -479,7 +478,7 @@ generate_vcproj() {
|
||||
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 @@ generate_vcproj() {
|
||||
obj_int_extract)
|
||||
tag Tool \
|
||||
Name="VCLinkerTool" \
|
||||
OutputFile="${name}.exe" \
|
||||
GenerateDebugInformation="true" \
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user