SCsub 101 B

123456
  1. #!/usr/bin/env python
  2. Import('env')
  3. Export('env')
  4. env.add_source_files(env.editor_sources, "*.cpp")