diff options
| author | Rémi Verschelde | 2017-04-24 11:03:19 +0200 |
|---|---|---|
| committer | GitHub | 2017-04-24 11:03:19 +0200 |
| commit | 4c147008f33773bb385c6a67b1a7394ddbef6126 (patch) | |
| tree | 25873e2975e6f2723145b5b0ce3f0f969a9e3ac2 /modules/multiscript/SCsub | |
| parent | b474646de081084dd691648f87d6057b77fbd819 (diff) | |
| parent | 885239fb09da503472bb4def4754036e70b43f1a (diff) | |
| download | godot-4c14700.tar.gz godot-4c14700.tar.zst godot-4c14700.zip | |
Merge pull request #8502 from karroffel/multiscript
re-added MultiScript
Diffstat (limited to 'modules/multiscript/SCsub')
| -rw-r--r-- | modules/multiscript/SCsub | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/multiscript/SCsub b/modules/multiscript/SCsub new file mode 100644 index 000000000..088240676 --- /dev/null +++ b/modules/multiscript/SCsub @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +Import('env') + +env.add_source_files(env.modules_sources, "*.cpp") + +Export('env') |
