diff -r 2a560b1d8f95 -r 9cc05f592893 autobuild/autobuild_tool_source_environment.py --- a/autobuild/autobuild_tool_source_environment.py Mon Apr 11 11:27:46 2011 -0400 +++ b/autobuild/autobuild_tool_source_environment.py Mon May 16 23:48:33 2011 +0100 @@ -272,11 +272,11 @@ pass # load vsvars32.bat variables - # *TODO - find a way to configure this instead of hardcoding to vc80 + # *TODO - find a way to configure this instead of hardcoding to vc100 try: vs_ver = os.environ['AUTOBUILD_VSVER'] except KeyError: - vs_ver = "80" + vs_ver = "100" var_mapping.update(load_vsvars(vs_ver)) var_mapping.update(AUTOBUILD_EXECUTABLE_PATH=("$(cygpath -u '%s')" % common.get_autobuild_executable_path()))