Add support for the preliminary IDE project file generator.

This commit is contained in:
David Anderson
2014-05-30 19:07:56 -07:00
parent 76a589f689
commit 1e6843f8db
4 changed files with 57 additions and 44 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ for sdk_name in SM.sdks:
elif builder.target_platform == 'mac':
lib_path = os.path.join(sdk.path, 'lib', 'osx32', 'release', 'libprotobuf.a')
elif builder.target_platform == 'windows':
msvc_ver = int(compiler.cxx.version)
msvc_ver = compiler.cxx.version
vs_year = ''
if msvc_ver == 1800:
vs_year = '2013'