summaryrefslogtreecommitdiff
path: root/bin/gbuild-to-ideNS
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-28 13:28:48 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-28 13:31:08 +0200
commit374c0e325cbbdd500b1a2b4c26ce3555682311b8 (patch)
tree0be9f97402c8461dbdae9e8383d4884af86c90d1 /bin/gbuild-to-ideNS
parent48f64e974c8e7fed62e32d885ed6457d961da638 (diff)
remove "vs2013" from gbuild-to-ide
Too old to build master. Change-Id: I01636c9ae26ddb3954dcfdd1977551c0f115a81b
Diffstat (limited to 'bin/gbuild-to-ideNS')
-rwxr-xr-xbin/gbuild-to-ideNS3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/gbuild-to-ideNS b/bin/gbuild-to-ideNS
index 128d5d5180ef..38785312055b 100755
--- a/bin/gbuild-to-ideNS
+++ b/bin/gbuild-to-ideNS
@@ -744,7 +744,7 @@ class VisualStudioIntegrationGenerator(IdeIntegrationGenerator):
}
def retrieve_toolset(self, ide):
- ide_toolset_map = {'vs2013': 'v120', 'vs2015': 'v140'}
+ ide_toolset_map = {'vs2015': 'v140'}
return ide_toolset_map[ide]
def module_make_command(self, targets):
@@ -1624,7 +1624,6 @@ if __name__ == '__main__':
'eclipsecdt': EclipseCDTIntegrationGenerator,
'kdevelop': KdevelopIntegrationGenerator,
'xcode': XcodeIntegrationGenerator,
- 'vs2013': VisualStudioIntegrationGenerator,
'vs2015': VisualStudioIntegrationGenerator,
'vim': VimIntegrationGenerator,
'debug': DebugIntegrationGenerator,