summaryrefslogtreecommitdiff
path: root/core/error/SCsub
blob: dfd6248a941c81d6938ecb20ad070ddd835c4395 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import("env")

env_error = env.Clone()

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