Bo Peng wrote:
Also, if possible, please also test a few optimization options through CCFLAGS. I plan to put some of them in.
There is a recent error with MSVC support: AttributeError: 'NoneType' object has no attribute 'split': File "SConstruct", line 401: env.Tool('msvc') File "D:\program\Python24\scons-0.96.92\SCons\Environment.py", line 1108: tool(self) File "D:\program\Python24\scons-0.96.92\SCons\Tool\__init__.py", line 135: apply(self.generate, ( env, ) + args, kw) File "D:\program\Python24\scons-0.96.92\SCons\Tool\msvc.py", line 728: env.PrependENVPath('INCLUDE', include_path) File "D:\program\Python24\scons-0.96.92\SCons\Environment.py", line 1022: nv = SCons.Util.PrependPath(orig, newpath, sep) File "D:\program\Python24\scons-0.96.92\SCons\Util.py", line 672: paths = string.split(paths, sep) File "D:\program\Python24\lib\string.py", line 292: return s.split(sep, maxsplit) Abdel.