Merge branch 'vs2015'

This commit is contained in:
Nicholas Hastings
2016-06-11 12:14:12 -04:00
4 changed files with 8 additions and 1 deletions
+2
View File
@@ -73,6 +73,8 @@ for sdk_name in SM.sdks:
vs_year = ''
if msvc_ver == 1800:
vs_year = '2013'
elif msvc_ver == 1900:
vs_year = '2015'
else:
raise Exception('Cannot find libprotobuf for MSVC version "' + str(compiler.version) + '"')