mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Introjucer: added CTP_Nov2013 as a toolset option for VS2015
This commit is contained in:
parent
a004df192a
commit
bee73687bb
1 changed files with 2 additions and 2 deletions
|
|
@ -1677,8 +1677,8 @@ public:
|
|||
{
|
||||
MSVCProjectExporterBase::createExporterProperties (props);
|
||||
|
||||
static const char* toolsetNames[] = { "(default)", "v140", "v140_xp", nullptr };
|
||||
const var toolsets[] = { var(), "v140", "v140_xp" };
|
||||
static const char* toolsetNames[] = { "(default)", "v140", "v140_xp", "CTP_Nov2013", nullptr };
|
||||
const var toolsets[] = { var(), "v140", "v140_xp", "CTP_Nov2013" };
|
||||
|
||||
props.add (new ChoicePropertyComponent (getPlatformToolsetValue(), "Platform Toolset",
|
||||
StringArray (toolsetNames),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue