summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-02-05 11:55:35 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-02-05 11:55:35 -0800
commit37114919e08a7b59df4aef557fee361ba78844e7 (patch)
tree1805500ae00967c26edaa2fc9790808c7d05fc97
parent2fb81fba97d5b1b9376ac74b6a7b67b437f86dcf (diff)
parent95c34c9053fa79812a3eab3cc34b56cc70007d6d (diff)
downloadlibvpx-37114919e08a7b59df4aef557fee361ba78844e7.tar
libvpx-37114919e08a7b59df4aef557fee361ba78844e7.tar.gz
libvpx-37114919e08a7b59df4aef557fee361ba78844e7.tar.bz2
libvpx-37114919e08a7b59df4aef557fee361ba78844e7.zip
Merge "gen_msvs_proj: add trailing \ to IntDir"
-rwxr-xr-xbuild/make/gen_msvs_proj.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh
index fc5011bef..7df0334c6 100755
--- a/build/make/gen_msvs_proj.sh
+++ b/build/make/gen_msvs_proj.sh
@@ -155,8 +155,8 @@ generate_filter() {
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 @@ generate_filter() {
tag Tool \
Name="VCCLCompilerTool" \
- ObjectFile="\$(IntDir)$objf" \
+ ObjectFile="\$(IntDir)\\$objf" \
close_tag FileConfiguration
done