gen_msvs_proj: fix in tree configure under cygwin
authorJames Zern <jzern@google.com>
Fri, 13 Jun 2014 03:51:39 +0000 (20:51 -0700)
committerJames Zern <jzern@google.com>
Mon, 16 Jun 2014 21:32:06 +0000 (14:32 -0700)
commit0a0492611c26cbe4c863e8611e5b7fe76ed57b83
treeca50dc4efef8ea10df41f0d3dafb4e5ca59fc4f1
parent7336903545091a8bf29d7f341e3681f45ab35fc2
gen_msvs_proj: fix in tree configure under cygwin

strip trailing '/' from paths, this is later converted to '\' which
causes execution errors for obj_int_extract/yasm. vs10+ wasn't affected
by this issue, but make the same change for consistency.

gen_msvs_proj:
+ add missing '&quot;' to obj_int_extract call
  unlike gen_msvs_vcproj, the block is duplicated
  missed in: 1e3d9b9 build/msvs: fix builds in source dirs with spaces

Change-Id: I76208e6cdc66dc5a0a7ffa8aa1edbefe31e4b130
build/make/gen_msvs_proj.sh
build/make/gen_msvs_vcxproj.sh