summaryrefslogtreecommitdiff
path: root/tools/editor/SCsub
diff options
context:
space:
mode:
authormarynate <mary.w.nate@gmail.com>2014-02-16 15:54:09 +0800
committermarynate <mary.w.nate@gmail.com>2014-02-16 15:54:09 +0800
commit408aeeafeeb07179d34e7d78d32a26f83f97f054 (patch)
tree858b2e20a59f6b804a37d2e56e0e52eb5943e684 /tools/editor/SCsub
parent8c1731b67995add31361ae526b0e6af76346181e (diff)
Fixed #93 Build error with latest commit
Diffstat (limited to 'tools/editor/SCsub')
-rw-r--r--tools/editor/SCsub2
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)