On Thu, Oct 8, 2009 at 12:49 PM, Evan Martin <[email protected]> wrote:
> > 3- Well, it only works for the make build. The current patch probably > breaks > > the scons one. XCode and MSVS should be mostly unaffected - but won't > > supposrt this, which I don't think is a big deal. > > How about 32/64-bit binaries from MSVS? Is that considered > cross-compiling? (I know pretty much nothing about the VS toolchain.) I don't think Evan actually cares but FYI... :D MSVS supports the concept of "platforms" (in its strictest MS-only sense) so you can have a platform(x86/x64/arm/ia64) x target(release/debug) matrix. We just need to make the generator output the necessary .vcproj glue to generate the x64 build platform. That'd be nice but I don't have cycles to work on that. http://code.google.com/p/gyp/issues/detail?id=87 if anyone is interested in that work. M-A --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
