- Print an internal Python stack trace in response to an otherwise
unexplained error when --debug=stacktrace is specified.
+ From Chris Pawling:
+
+ - Have the linkloc tool use $MSVS_VERSION to select the Microsoft
+ Visual Studio version to use.
+
From Kevin Quick:
- Fix the Builder name returned from ListBuilders and other instances
env['LIBLINKPREFIX']='-lib '
env['LIBLINKSUFFIX']='$LIBSUFFIX'
- include_path, lib_path, exe_path = get_msvc_paths()
+ include_path, lib_path, exe_path = get_msvc_paths(env['MSVS_VERSION'])
env['ENV']['LIB'] = lib_path
env['ENV']['PATH'] = exe_path