| Index: source/libvpx/build/make/gen_msvs_proj.sh
|
| ===================================================================
|
| --- source/libvpx/build/make/gen_msvs_proj.sh (revision 251189)
|
| +++ source/libvpx/build/make/gen_msvs_proj.sh (working copy)
|
| @@ -155,8 +155,8 @@
|
| tag Tool \
|
| Name="VCCustomBuildTool" \
|
| Description="Assembling \$(InputFileName)" \
|
| - CommandLine="$(eval echo \$asm_${cfg}_cmdline) -o \$(IntDir)$objf" \
|
| - Outputs="\$(IntDir)$objf" \
|
| + CommandLine="$(eval echo \$asm_${cfg}_cmdline) -o \$(IntDir)\\$objf" \
|
| + Outputs="\$(IntDir)\\$objf" \
|
|
|
| close_tag FileConfiguration
|
| done
|
| @@ -170,7 +170,7 @@
|
|
|
| tag Tool \
|
| Name="VCCLCompilerTool" \
|
| - ObjectFile="\$(IntDir)$objf" \
|
| + ObjectFile="\$(IntDir)\\$objf" \
|
|
|
| close_tag FileConfiguration
|
| done
|
|
|