af4a97bef9
must have made some mistake with git, not sure why they were not sent..
9 lines
161 B
Text
9 lines
161 B
Text
Import('env')
|
|
|
|
env.add_source_files(env.scene_sources,"*.cpp")
|
|
env.add_source_files(env.scene_sources,"*.c")
|
|
|
|
Export('env')
|
|
|
|
SConscript("default_theme/SCsub");
|
|
|