mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Added VS2013 to the list of old exporters to be removed
This commit is contained in:
parent
a2772569ec
commit
288f2accc7
1 changed files with 1 additions and 0 deletions
|
|
@ -326,6 +326,7 @@ void Project::removeDefunctExporters()
|
|||
oldExporters.set ("MSVC6", "MSVC6");
|
||||
oldExporters.set ("VS2010", "Visual Studio 2010");
|
||||
oldExporters.set ("VS2012", "Visual Studio 2012");
|
||||
oldExporters.set ("VS2013", "Visual Studio 2013");
|
||||
|
||||
for (auto& key : oldExporters.getAllKeys())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue