With VS2010 and up MSBuild allows additional toolchains to be installed and
referenced within Visual Studio. This is how the NaCl VS Addin is possible,
https://developers.google.com/native-client/dev/devguide/devcycle/vs-addin.
VS Projects are specified in XML, and the additional toolchains specify a
different schema for compiling using their toolchains. GYP requires a way to
define different schemas as it does in MSVSSettings.py for the standard MSBuild
path.
Original issue reported on code.google.com by don.olms...@am.sony.com on 19 Oct 2012 at 6:34
Original issue reported on code.google.com by
don.olms...@am.sony.com
on 19 Oct 2012 at 6:34