summaryrefslogtreecommitdiff
path: root/modules/bmp/SCsub
diff options
context:
space:
mode:
authorSaracen <SaracenOne@gmail.com>2018-04-30 01:25:46 +0100
committerSaracen <SaracenOne@gmail.com>2018-04-30 01:33:14 +0100
commite30b0656e83ec43da29c8d27bdedd80662c4c2fd (patch)
tree656cfefabc74a8adb2876ff65a3ce2c2a8863995 /modules/bmp/SCsub
parentdc7ed4b547c464923a622dc58312c0f9df77177a (diff)
BMP module
Diffstat (limited to 'modules/bmp/SCsub')
-rw-r--r--modules/bmp/SCsub9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/bmp/SCsub b/modules/bmp/SCsub
new file mode 100644
index 0000000000..e7da7cf108
--- /dev/null
+++ b/modules/bmp/SCsub
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+
+Import('env')
+Import('env_modules')
+
+env_bmp = env_modules.Clone()
+
+# Godot's own source files
+env_bmp.add_source_files(env.modules_sources, "*.cpp")