--- trunk/SConstruct 2007/03/16 05:15:37 1038 +++ trunk/SConstruct 2007/03/16 08:42:17 1039 @@ -165,6 +165,7 @@ env['LINK'] = env['CXX'] # version >=9 of intel c++ compiler requires use of icpc to link in C++ runtimes (icc does not). FIXME: this behaviour could be directly incorporated into scons intelc.py elif os.name == "nt": env = Environment(tools = ['default', 'msvc'], options = opts) + #env = Environment(tools = ['default', 'intelc'], options = opts) else: env = Environment(tools = ['default'], options = opts) # Initialise Scons Build Environment