diff options
author | marynate <mary.w.nate@gmail.com> | 2014-02-16 15:54:09 +0800 |
---|---|---|
committer | marynate <mary.w.nate@gmail.com> | 2014-02-16 15:54:09 +0800 |
commit | 408aeeafeeb07179d34e7d78d32a26f83f97f054 (patch) | |
tree | 858b2e20a59f6b804a37d2e56e0e52eb5943e684 /tools/editor/SCsub | |
parent | 8c1731b67995add31361ae526b0e6af76346181e (diff) |
Fixed #93 Build error with latest commit
Diffstat (limited to 'tools/editor/SCsub')
-rw-r--r-- | tools/editor/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/SCsub b/tools/editor/SCsub index 1fba49c34c..8573f6aa18 100644 --- a/tools/editor/SCsub +++ b/tools/editor/SCsub @@ -42,6 +42,8 @@ if (env["tools"]=="yes"): f = open("register_exporters.cpp","wb") f.write(reg_exporters_inc) f.write(reg_exporters) + f.close() + env.Depends("#tools/editor/doc_data_compressed.h","#doc/base/classes.xml") env.Command("#tools/editor/doc_data_compressed.h","#doc/base/classes.xml",make_doc_header) |