Added support for Visual Studio 2012 to develop.py and VSTool
This commit is contained in:
@@ -443,9 +443,14 @@ class WindowsSetup(PlatformSetup):
|
||||
'vc100' : {
|
||||
'gen' : r'Visual Studio 10',
|
||||
'ver' : r'10.0'
|
||||
},
|
||||
'vc110' : {
|
||||
'gen' : r'Visual Studio 11',
|
||||
'ver' : r'11.0'
|
||||
}
|
||||
}
|
||||
gens['vs2010'] = gens['vc100']
|
||||
gens['vs2012'] = gens['vc110']
|
||||
|
||||
search_path = r'C:\windows'
|
||||
exe_suffixes = ('.exe', '.bat', '.com')
|
||||
|
||||
Reference in New Issue
Block a user