diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-11-18 19:43:28 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-11-18 19:43:28 -0300 |
commit | 0c3386b2ed7c3791127e2b12a2227deddad96ae5 (patch) | |
tree | 5bea13fd69f8f192daa83749d72bda4cb7af9c4f /tools/editor/plugins | |
parent | 3337191d5a97204918a44c8b5c19bd6605af474b (diff) | |
parent | 399b1b047498d154440f5cda4a5ceb08ea3de68e (diff) |
Merge pull request #2707 from akien-mga/master
Cosmetic fixes to SCons buildsystem
Diffstat (limited to 'tools/editor/plugins')
-rw-r--r-- | tools/editor/plugins/SCsub | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/editor/plugins/SCsub b/tools/editor/plugins/SCsub index b525fb3f75..363a2ce4c0 100644 --- a/tools/editor/plugins/SCsub +++ b/tools/editor/plugins/SCsub @@ -1,7 +1,3 @@ Import('env') Export('env') env.add_source_files(env.tool_sources,"*.cpp") - - - - |