From 408aeeafeeb07179d34e7d78d32a26f83f97f054 Mon Sep 17 00:00:00 2001 From: marynate Date: Sun, 16 Feb 2014 15:54:09 +0800 Subject: Fixed #93 Build error with latest commit --- tools/editor/SCsub | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/editor/SCsub') 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) -- cgit v1.2.3