summaryrefslogtreecommitdiffstats
path: root/core/error/SCsub
blob: 08089d31b0752ea17da10f30b83939f449ab75b9 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

env_error = env.Clone()

env_error.add_source_files(env.core_sources, "*.cpp")