Skip to content
GitLab
Menu
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
d9959e33
Commit
d9959e33
authored
Jun 16, 2011
by
John Koleszar
Committed by
Code Review
Jun 16, 2011
Browse files
Merge "gen_msvs_proj: write boolean for Debug attribute"
parents
52230163
91b16720
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/gen_msvs_proj.sh
View file @
d9959e33
...
...
@@ -365,7 +365,7 @@ generate_vcproj() {
DebugInformationFormat
=
"1"
\
Detect64BitPortabilityProblems
=
"true"
\
$uses_asm
&&
tag Tool
Name
=
"YASM"
IncludePaths
=
"
$incs
"
Debug
=
"
1
"
$uses_asm
&&
tag Tool
Name
=
"YASM"
IncludePaths
=
"
$incs
"
Debug
=
"
true
"
;;
*
)
tag Tool
\
...
...
@@ -379,7 +379,7 @@ generate_vcproj() {
DebugInformationFormat
=
"1"
\
Detect64BitPortabilityProblems
=
"true"
\
$uses_asm
&&
tag Tool
Name
=
"YASM"
IncludePaths
=
"
$incs
"
Debug
=
"
1
"
$uses_asm
&&
tag Tool
Name
=
"YASM"
IncludePaths
=
"
$incs
"
Debug
=
"
true
"
;;
esac
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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