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

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