gen_msvs_proj: write boolean for Debug attribute
authorJames Zern <jzern@google.com>
Wed, 15 Jun 2011 21:42:06 +0000 (14:42 -0700)
committerJames Zern <jzern@google.com>
Wed, 15 Jun 2011 21:56:16 +0000 (14:56 -0700)
commit91b167202d0fdd96a83ff2d4a3102a1e154bfc39
treeb79d0ca12ab782a449695996bb8065047045f54e
parent7be5b6dae4b21afef207372654fd6c3f1314fabd
gen_msvs_proj: write boolean for Debug attribute

Replace =1 with =true for yasm tool element. This aids in upgrading
e.g., vs9 project files to vs10.
build/x86-msvs/yasm.xml generated during conversion will require the
Separator attribute to be removed for the build to complete
successfully.

Change-Id: If75c4f9a925529740048882003e9d766c5ac4f0c
build/make/gen_msvs_proj.sh