summaryrefslogtreecommitdiff
path: root/modules/nativescript/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nativescript/SCsub')
-rw-r--r--modules/nativescript/SCsub10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/nativescript/SCsub b/modules/nativescript/SCsub
deleted file mode 100644
index e980e40e8e..0000000000
--- a/modules/nativescript/SCsub
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env python
-
-Import('env')
-
-mod_env = env.Clone()
-mod_env.add_source_files(env.modules_sources, "*.cpp")
-mod_env.Append(CPPPATH='#modules/gdnative')
-mod_env.Append(CPPFLAGS=['-DGDAPI_BUILT_IN'])
-
-Export('mod_env')