SCsub 137 B

12345678910
  1. #!/usr/bin/env python
  2. Import('env')
  3. env.add_source_files(env.scene_sources, "*.cpp")
  4. Export('env')
  5. SConscript("default_theme/SCsub")