summaryrefslogtreecommitdiff
path: root/core/io/SCsub
blob: 48cc9a5275a224fd58f148853783d3b67167a0c6 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

Import('env')

env.add_source_files(env.core_sources,"*.cpp")
env.add_source_files(env.core_sources,"*.c")
#env.core_sources.append("io/fastlz.c")

Export('env')