ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

GYP should support multiple MSBuild toolchains #301

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Patch at https://codereview.chromium.org/11189078/

Original comment by don.olms...@am.sony.com on 19 Oct 2012 at 6:45