SCsub 119 B

1234567
  1. #!/usr/bin/env python
  2. Import("env")
  3. env_object = env.Clone()
  4. env_object.add_source_files(env.core_sources, "*.cpp")