ref: d9959e336eba090ab59f624f4223acecf5e02d39
parent: 5223016337377db5eb658ac064ab0301e82976a5
parent: 91b167202d0fdd96a83ff2d4a3102a1e154bfc39
author: John Koleszar <jkoleszar@google.com>
date: Thu Jun 16 03:19:46 EDT 2011
Merge "gen_msvs_proj: write boolean for Debug attribute"
--- a/build/make/gen_msvs_proj.sh
+++ b/build/make/gen_msvs_proj.sh
@@ -365,7 +365,7 @@
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 @@
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
;;
--
⑨