Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
env_string = env.Clone()
env_string.add_source_files(env.core_sources, "*.cpp")