diff options
Diffstat (limited to 'tools/editor/plugins/SCsub')
-rw-r--r-- | tools/editor/plugins/SCsub | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/editor/plugins/SCsub b/tools/editor/plugins/SCsub new file mode 100644 index 0000000000..b525fb3f75 --- /dev/null +++ b/tools/editor/plugins/SCsub @@ -0,0 +1,7 @@ +Import('env') +Export('env') +env.add_source_files(env.tool_sources,"*.cpp") + + + + |