Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
37114919
Commit
37114919
authored
Feb 05, 2014
by
James Zern
Committed by
Gerrit Code Review
Feb 05, 2014
Browse files
Merge "gen_msvs_proj: add trailing \ to IntDir"
parents
2fb81fba
95c34c90
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/gen_msvs_proj.sh
View file @
37114919
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment