From ea676aeacb7f9e3509df1b360e9aacc22aa1635f Mon Sep 17 00:00:00 2001 From: chuanweizhang2013 Date: Mon, 14 Apr 2014 21:21:04 +0800 Subject: [PATCH] add no-res --- .../frameworks/runtime-src/proj.ios_mac/ios/build-cfg.json | 6 ++++++ .../frameworks/runtime-src/proj.ios_mac/mac/build-cfg.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/ios/build-cfg.json create mode 100644 templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/mac/build-cfg.json diff --git a/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/ios/build-cfg.json b/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/ios/build-cfg.json new file mode 100644 index 000000000000..e93fceb246f3 --- /dev/null +++ b/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/ios/build-cfg.json @@ -0,0 +1,6 @@ +{ + "remove_res" : [ + "src", + "res" + ] +} diff --git a/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/mac/build-cfg.json b/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/mac/build-cfg.json new file mode 100644 index 000000000000..e93fceb246f3 --- /dev/null +++ b/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/mac/build-cfg.json @@ -0,0 +1,6 @@ +{ + "remove_res" : [ + "src", + "res" + ] +}