summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/SCsub
blob: 4bf55189ccbcb0696efd98a935f07ce3d20a9fc7 (plain)
1
2
3
4
5
#!/usr/bin/env python

Import('env')
Export('env')
env.add_source_files(env.tool_sources, "*.cpp")