Visual Studio Toolsets
A collection of scripts and utilities to support integrated development with external compiler and linker toolchains under Microsoft Visual Studio 2013 and 2015.
Uses vs-android.Build.CPPTasks.Android.dll from vs-android.
The remaining files are released under the terms and conditions of the BSD 2-clause license.
Features
- Seamlessly integrates external toolchains into Visual Studio.
- Adds toolsets as new solution platforms and thus can be added to existing solutions.
- Adapts the project properties dialogs to show the parameters specific to each toolchain.
The following toolsets are available:
- Clang (platform toolset)
- Emscripten (platform)
- GLSL (build customization)
Installation
Copy all folders from this repository to the following location:
For Visual Studio 2013: %PROGRAMFILES(X86)%\MSBuild\Microsoft.Cpp\v4.0\V120
For Visual Studio 2015: %PROGRAMFILES(X86)%\MSBuild\Microsoft.Cpp\v4.0\V140