From 087544342f271c325f78aeeaba8891643c5eef76 Mon Sep 17 00:00:00 2001 From: Jinho Bang Date: Mon, 20 Nov 2017 02:40:28 +0900 Subject: [PATCH] Remove platform-specific commands No longer need the platform-specific commands. ISSUE=#193 --- binding.gyp | 86 +++++++++------------------------------- bootstrap/bacardi.sh | 3 +- bootstrap/command/tsc | 2 +- generator/generator.gypi | 28 ------------- tsconfig.json | 8 ++-- 5 files changed, 26 insertions(+), 101 deletions(-) delete mode 100644 generator/generator.gypi diff --git a/binding.gyp b/binding.gyp index 209be88..0ffcffd 100644 --- a/binding.gyp +++ b/binding.gyp @@ -13,10 +13,6 @@ # limitations under the License. { - 'includes': [ - 'generator/generator.gypi', - ], - 'variables': { 'bacardi_command%': './bacardi', 'conditions': [ @@ -31,30 +27,12 @@ 'target_name': 'bacardi', 'dependencies': [ 'idl', + '