From 5f54b20e2fca1471267af10558b659e673ff9c52 Mon Sep 17 00:00:00 2001 From: volzhs Date: Thu, 2 Feb 2017 11:18:37 +0900 Subject: Fix compile error --- tools/editor/import/SCsub | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/editor/import/SCsub diff --git a/tools/editor/import/SCsub b/tools/editor/import/SCsub new file mode 100644 index 0000000000..4bf55189cc --- /dev/null +++ b/tools/editor/import/SCsub @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +Import('env') +Export('env') +env.add_source_files(env.tool_sources, "*.cpp") -- cgit v1.2.3