Browse Source

Introjucer: added CTP_Nov2013 as a toolset option for VS2015

tags/2021-05-28
jules Joshua Gerrard 10 years ago
parent
commit
bee73687bb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h

+ 2
- 2
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h View File

@@ -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…
Cancel
Save